Switch

Switch component instead of checkboxes

Example

Markup

  1. <label class="Switch">
  2. <input class="Switch-input" type="checkbox">
  3. <span class="Switch-click" data-on="Active" data-off="Inactive"></span>
  4. </label>