Wikiki / bulma-switch

Bulma's extension to display checkbox as a switch
MIT License
108 stars 66 forks source link

Switch is not displayed #53

Closed ghost closed 4 years ago

ghost commented 4 years ago

I downloaded bulma-switch.min.css and added <link rel="stylesheet" href="/bulma-switch.min.css"> in my HTML, but using <input type="checkbox" class="switch" checked="checked"> no switch is displayed.

HDRamosMendoza commented 4 years ago

I downloaded bulma-switch.min.css and added <link rel="stylesheet" href="/bulma-switch.min.css"> in my HTML, but using <input type="checkbox" class="switch" checked="checked"> no switch is displayed.

link rel "stylesheet" href="https://wikiki.github.io/css/documentation.css?v=201911011043"

HDRamosMendoza commented 4 years ago

https://hdramosmendoza.github.io/Frontend/Widget/Proyectos/index.html

ghost commented 4 years ago

Solved, just added the label which seems to be necessary