palcarazm / bootstrap5-toggle

Bootstrap 5 Toggle is a bootstrap plugin/widget that converts checkboxes into toggles.
https://palcarazm.github.io/bootstrap5-toggle/
MIT License
39 stars 4 forks source link

Toggle Swith does not work if you put it inside a <fieldset> #132

Closed aabouganem closed 1 year ago

aabouganem commented 1 year ago

example:

checked="checked" disabled>
output must be a complete switch but it is not the switch is displayed as: ![imagen](https://user-images.githubusercontent.com/132527291/236083427-082c6b44-e142-471f-bdbf-1b3188de00c8.png)
github-actions[bot] commented 1 year ago

Hi! :wave: Thanks for your issue. You are helping to improve Bootstrap 5 toggle.

palcarazm commented 1 year ago

Hi @aabouganem,

Can you provided a minimal reproduction code or even a codepen (here a template for bs-toggle@5).

Thanks!

palcarazm commented 1 year ago

Hi @aabouganem,

I can't reproduce your issue