Form / Switchers

Custom Switcher 1

Switcher 1
Switcher 1 Color Variation

Custom Switcher 2

Switcher 2
Switcher 2 Color Variation

How To Use

Basic Use HTML
<div class="adomx-checkbox-radio-group">
    <label class="adomx-switch"><input type="checkbox"> <i class="lever"></i> <span class="text">Switch 1</span></label>
</div>

This is the common markup for Adomx custom switch. To use switch 2 just change <label class="adomx-switch"> to <label class="adomx-switch-2">. For color variation just add the color class like for secondary color <label class="adomx-switch secondary"> and for inline radio add inline class to <div class="adomx-checkbox-radio-group">