Skip to content Skip to sidebar Skip to footer

Bootstrap 4 Toggle Checkbox Within Dropdown Menu

I placed a checkbox styled with Bootstrap Toggle Plugin (http://www.bootstraptoggle.com/) in a Bootstrap 4 dropdown menu (https://getbootstrap.com/docs/4.0/components/dropdowns/).

Solution 1:

if you wrap your toggle inside a form-tag it should not close the dropdown.

http://jsfiddle.net/mjhr0f6d/2/

...
<form><inputtype="checkbox"checkeddata-toggle="toggle">wrapped inside form
</form>
...

Post a Comment for "Bootstrap 4 Toggle Checkbox Within Dropdown Menu"