Github

Switch

A checkbox restyled as a switch. Keep type="checkbox" and add role="switch". There is no wrapper.

Preview

Code

<label class="label">
	<input class="switch" type="checkbox" role="switch">
	Airplane mode
</label>