Skip to content

Toggles

Default

html
<input type="checkbox" class="toggle" />

Checked

html
<input type="checkbox" class="toggle" checked />

Disabled

html
<input type="checkbox" class="toggle" disabled />