Switch

Switch component instead of checkboxes

Example

Markup

<label class="Switch">
    <input class="Switch-input" type="checkbox">
    <span class="Switch-click" data-on="Active" data-off="Inactive"></span>
</label>