Switch is not displayed
Closed this issue · 3 comments
Deleted user commented
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
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"
Deleted user commented
Solved, just added the label which seems to be necessary