Bootstrap Bootstrap Switch


We added a new design for the switches to look like the rest of the dashboard.
For more information please check Full Documentation.


<div class="togglebutton">
  <label>
    <input type="checkbox" checked="">
    <span class="toggle"></span>
    Toggle is on
  </label>
</div>
<div class="togglebutton">
  <label>
    <input type="checkbox">
    <span class="toggle"></span>
    Toggle is off
  </label>
</div>