<div class="m-form-control form-control">
    <label class="a-label " for="premature-birth">
        Frühgeburt

    </label>

    <label class="a-choice choice--checkbox" for="premature-birth">
        <input type="checkbox" value="A" name="premature-birth" id="premature-birth" />
        <span class="choice__check" aria-hidden="true"></span>

        <span class="choice__text">JA</span>

    </label>

</div>
<div class="m-form-control {{viewtypes.specifier}}">
  {{ render '@formelement-label' partials.label merge=true }}
  {{ render (stringToPartial partials.input.type) partials.input merge=true }}
  {{#switches.hasErrorPlaceholder}}
    <div class="form-control__error-message" id="{{content.errorId}}"></div>
  {{/switches.hasErrorPlaceholder}}
</div>
{
  "switches": {
    "hasErrorPlaceholder": false
  },
  "viewtypes": {
    "specifier": "form-control"
  },
  "content": {
    "errorId": ""
  },
  "partials": {
    "label": {
      "content": {
        "for": "premature-birth",
        "text": "Frühgeburt"
      }
    },
    "input": {
      "type": "formelement-choice--checkbox",
      "switches": {},
      "content": {
        "id": "premature-birth",
        "type": "checkbox",
        "name": "premature-birth",
        "text": "JA"
      }
    }
  }
}

No notes defined.