Switch

<label class="cstm-switch">
<input type="checkbox" name="option" value="1" class="cstm-switch-input">
<span class="cstm-switch-indicator "></span>
<span class="cstm-switch-description">Switch </span>
</label>
<label class="cstm-switch">
<input type="checkbox" checked name="option" value="1" class="cstm-switch-input">
<span class="cstm-switch-indicator "></span>
<span class="cstm-switch-description">Switch </span>
</label>
<label class="cstm-switch">
<input type="checkbox" checked name="option" value="1" class="cstm-switch-input">
<span class="cstm-switch-indicator bg-success "></span>
<span class="cstm-switch-description">Switch success</span>
</label>
<label class="cstm-switch">
<input type="checkbox" checked name="option" value="1" class="cstm-switch-input">
<span class="cstm-switch-indicator bg-info "></span>
<span class="cstm-switch-description">Switch info</span>
</label>
<label class="cstm-switch">
<input type="checkbox" checked name="option" value="1" class="cstm-switch-input">
<span class="cstm-switch-indicator bg-warning "></span>
<span class="cstm-switch-description">Switch warning</span>
</label>
<label class="cstm-switch">
<input type="checkbox" checked name="option" value="1" class="cstm-switch-input">
<span class="cstm-switch-indicator bg-danger "></span>
<span class="cstm-switch-description">Switch Danger</span>
</label>Switch as radio
Switch Size

Last updated