Skip to content
Snippets Groups Projects
08-checkbox.mustache 224 B
<div class="checkbox form-field__control">
  <input type="checkbox" id="checkbox_1" {{# disabled }}disabled{{/ disabled }} {{# readonly }}readonly{{/ readonly }}>
  <label for="checkbox_1">{{ excerpt.short }}</label>
</div>