Checkbox - Voir le template
<div class="form-element form-checkbox">
<label for="checkbox">
<input class="checkbox" type="checkbox" value="checkbox" id="checkbox">
<span class="controler"></span>
</label>
</div>
Checkbox label - Voir le template
<div class="form-element form-checkbox">
<label for="checkbox-label">
<input class="checkbox" type="checkbox" value="checkbox" id="checkbox-label">
<span class="controler"></span>
<span>Label du checkbox</span>
</label>
</div>
Checkbox label - Voir le template
<div class="form-element form-checkbox form-checkbox--without-hover">
<label for="checkbox_without_hover">
<input class="checkbox" type="checkbox" value="checkbox" id="checkbox_without_hover">
<span class="controler"></span>
</label>
</div>