Johann-S / bs-customizer

Create a custom Bootstrap 4.x build
https://johann-s.github.io/bs-customizer/
MIT License
17 stars 2 forks source link

Make sure events are triggered when checkbox states are toggled #53

Closed MartijnCuppens closed 5 years ago

MartijnCuppens commented 5 years ago

When the toggle buttons are clicked, the checkbox events are not triggered. This prevents the popper.js checkbox to be checked when needed. PR fixes this.

Ref: https://stackoverflow.com/a/33433357/796035