Toggle

A checkbox rendered as a sliding switch.

Source: src/stylus/elements/toggle.styl

Default

.toggle on a checkbox; add role="switch" so it is announced as one.

<input type="checkbox" class="toggle" role="switch" checked aria-label="Enabled" />