<label class="check-switch" for="switch_1">
Switch 1:
<span class="switch-true">Ja</span>
<input id="switch_1" role="switch" type="checkbox">
<span class="switch-toggle" aria-hidden="true"></span>
<span class="switch-false">Nee</span>
</label>
<label class="check-switch" for="switch_2">
Switch 2:
<span class="switch-true">Ja</span>
<input id="switch_2" type="checkbox" role="switch" checked>
<span class="switch-toggle" aria-hidden="true"></span>
<span class="switch-false">Nee</span>
</label>
Based on a11y styled form components:
https://github.com/scottaohara/a11y_styled_form_controls