gitbrent / bootstrap4-toggle

Bootstrap 4 Switch Button / Toggle
https://gitbrent.github.io/bootstrap4-toggle/
MIT License
213 stars 67 forks source link

Css is not working #30

Closed Naghal closed 4 years ago

Naghal commented 4 years ago

Using either html intialization or js, here is the visual I get: image

<input type="checkbox" id="toggle">

$(function(){ $('#toggle').bootstrapToggle() });

I am using bootstrap 4.1.3