rsm-hcd / AndcultureCode.JavaScript.React.Components

Common atomically designed react components used at andculture
6 stars 8 forks source link

CheckboxInput should have an option to have checkbox before label #109

Open nhinhdao opened 3 years ago

nhinhdao commented 3 years ago

Currently, the only choice for Checkbox field is Label following by Checkbox.

image

It would be very beneficial to have an option for Checkbox following by Label (This can be done through styling but it is quite time consuming)

image