<div class="form-group input text">
    <label for="group_input_voorbeeld">Voornaam</label>
    <input type="text" id="group_input_voorbeeld" class="form-control" aria-describedby="helpTextId_group_input_voorbeeld" />
    <p class="help-block" id="helpTextId_group_input_voorbeeld">Vul een naam in</p>
</div>
<div class="form-group input {{ inputType }}">
  <label for="{{ id }}">{{ label }}</label>
  <input type="{{ inputType }}" id="{{ id }}" class="form-control"
    {{{ifattr 'aria-describedby' helpText (helpTextId id)}}}
    {{{ifattr 'disabled' disabled }}}
    {{{ifattr 'readonly' readonly }}} />
  {{#if helpText }}
    {{> '@help-block' }}
  {{/if}}
</div>
id: group_input_voorbeeld
inputType: text
label: Voornaam
helpText: Vul een naam in

There are no notes for this item.