Form Checkbox

<div class="form__field form__field--stacked">
    <label for="form__example__field" class="form__label"><span>Text Field</span></label>
    <input type="text" class="form-input" id="form__example__field" name="example-field" placeholder="Placeholder" />
</div>
<div class="{{modifier 'form__field' modifiers}}">
    <label for="{{ id }}" class="form__label"><span>{{ titlecase label }}</span></label>
    <input type="{{ type }}" class="form-input" id="{{ id }}" name="{{ name }}" placeholder="{{ placeholder }}" />
</div>
  • Handle: @form--field--stacked--text
  • Preview:
  • Filesystem Path: src/components/utilities/form/field-stacked/field-stacked.hbs