Wikiki / bulma-checkradio

Bulma's extension to display better checkbox and radio imputs
MIT License
71 stars 43 forks source link

Checkbox with no associated label #5

Closed fariasfrancisco closed 7 years ago

fariasfrancisco commented 7 years ago

Is there any way I can place a checkbox with no label? As of now I am using a workaround with an empty label but I would rather not.

Thanks

fariasfrancisco commented 7 years ago

I would also like to know if there is way to move the label to the left of the checkbox.

Wikiki commented 7 years ago

Hi,

unfortunately label is mandatory to be able to have a pure CSS design. Your workaround with an empty label is the right way to use it.

I'll see to add the possibility to have a left label display mode.

Regards

Wikiki commented 7 years ago

You can now use is-rtl modifier to get a left label design.

fariasfrancisco commented 7 years ago

Thanks!