<div class="form__field form__field--switch form__field--switch--standalone form__field--switch--green">
<input type="checkbox" class="form-checkbox" id="form__example__checkbox--standalone--green" name="example-checkbox--standalone--green" />
<label for="form__example__checkbox--standalone--green" class="form__label"><i></i><span>Eos Explicabo Eveniet</span></label>
</div>
<div class="form__field {{modifier 'form__field--switch' modifiers}}">
<input type="checkbox" class="form-checkbox" id="{{ id }}" name="{{ name }}" />
<label for="{{ id }}" class="form__label"><i></i><span>{{ titlecase label }}</span></label>
</div>