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

Bug: Fix radio and checkbox not aligned properly #150

Open saicheck2233 opened 1 year ago

saicheck2233 commented 1 year ago

Description: The radio button and checkbox in the form did not aligned correctly and cause the UI to looks distorted.

Pic before changes: image The radio button and checkbox is misaligned

Pic after changes: image The radio button and checkbox is now aligned and adhere to Bootstrap v4 standard.