Github

Checkbox

Native <input class="checkbox" type="checkbox">. Put it inside the <label>. There is no wrapper.

Preview

Code

<label class="label">
	<input class="checkbox" type="checkbox">
	Accept terms and conditions
</label>