Open mrijke opened 9 years ago
According to http://getbootstrap.com/javascript/#buttons-checkbox-radio, button groups can hold checkboxes and radio buttons and toggle the 'active' class accordingly.
Currently the ButtonGroup expects a List, would be nice if it could also support BootstrapCheckbox and BootstrapRadioChoice so that the toggle behavior works.
Thank you for the report! Could you please send a Pull Request? I won't be able to work on this in the next few weeks.
According to http://getbootstrap.com/javascript/#buttons-checkbox-radio, button groups can hold checkboxes and radio buttons and toggle the 'active' class accordingly.
Currently the ButtonGroup expects a List, would be nice if it could also support BootstrapCheckbox and BootstrapRadioChoice so that the toggle behavior works.