mdbootstrap / bootstrap-toggle-buttons

Bootstrap-toggle-buttons has moved to https://github.com/nostalgiaz/bootstrap-switch
https://github.com/nostalgiaz/bootstrap-switch
Apache License 2.0
1.02k stars 92 forks source link

Make sure input is a checkbox #38

Closed sziep closed 11 years ago

sziep commented 11 years ago

When you have other types of inputs inside the same div, they will be wrapped as well, which has an undesired effect on the look. This happens for example in rails views where you use the "check_box" method which creates an input as well as a hidden field for the off value. By making sure that only inpu:checkbox is returned, all non checkbox inputs are left untouched.