brutusin / json-forms

JSON Schema to HTML form generator, supporting dynamic subschemas (on the fly resolution). Extensible and customizable library with zero dependencies. Bootstrap add-ons provided
http://brutusin.org/json-forms
Apache License 2.0
606 stars 168 forks source link

Style issue with the checkbox #141

Open passionatepoorna opened 4 years ago

passionatepoorna commented 4 years ago

While using the json forms, the style of the checkbox seems weird. The checkbox width becomes very minimal so that the user is not able check it. The box appears just like a line.

passionatepoorna commented 4 years ago

I have applied a patch to fix this.

passionatepoorna commented 4 years ago

json-forms-checkbox-style.txt

passionatepoorna commented 4 years ago

I have raised a pull request for this issue here https://github.com/brutusin/json-forms/pull/142. Please merge this to get this fixed.

passionatepoorna commented 4 years ago

Can someone review this please?