I want to use a boolean switch for my Dash-Web-App.
The dash_daq BooleanSwitch looks quite nice, but has a problem with the dash bootstrap components because bootstrap uses border-sizing: border-box:
Boolean Switch with border-box: https://i.stack.imgur.com/lgh1T.png
Boolean Switch without border-box: https://i.stack.imgur.com/ngDgz.png
Is there any work around to use both dash_daq and Dash Bootstrap Components? Or are there other boolean switches which are compatible with Dash Bootstrap Components?