vsn4ik / bootstrap-checkbox

A checkbox component based on Bootstrap framework.
https://vsn4ik.github.io/bootstrap-checkbox/
MIT License
213 stars 61 forks source link

This plugin conflicts with Bootstrap Multiselect #24

Closed marcelgruber closed 8 years ago

marcelgruber commented 8 years ago

Hello! I love using this great tool. I also use Bootstrap Multiselect. However, when both are initialized on the same page, this plugin throws a warning: "Please do not use Bootstrap-checkbox element in label element." and breaks quite a bit of functionality of the Bootstrap Multiselect. This could be worth investigating and I will let you know what I find.

marcelgruber commented 8 years ago

The solution to this issue is to never do this:

$(':checkbox').checkboxpicker() as it will initialize the plugin on each and every checkbox, including those created by other plugins. Always make the call on a specific class or ID instead.