Wikiki / bulma-checkradio

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

Error in the example #17

Closed engamaraziz closed 6 years ago

engamaraziz commented 6 years ago

https://wikiki.github.io/form/checkradio/

  <input class="is-checkradio" id="exampleCheckbox" type="checkbox" name="exampleCheckbox" checked="checked">

Should be:

  <input class="is-checkbox" id="exampleCheckbox" type="checkbox" name="exampleCheckbox" checked="checked">
Wikiki commented 6 years ago

Hi,

the class is-checkradio is good. Why do you want to change it to is-checkbox ?