<div class="af-item item--choices is-invalid">
    <label class="a-choice af-choice choice--radio" for="radio">
        <input type="radio" value="A" name="radio" id="radio" />
        <span class="choice__check" aria-hidden="true"></span>

        <span class="choice__text-container">

            <span class="choice__text">Label Radio Application</span>

        </span>

    </label>

</div>
<div class="af-item item--choices {{viewtypes.specifier}}">
  {{ render '@formelement-choice--radio' partials.radio merge=true }}
</div>
{
  "switches": {
    "hasInfotext": false,
    "isInvalid": true
  },
  "partials": {
    "radio": {
      "switches": {
        "hasTextContainer": true
      },
      "viewtypes": {
        "specifier": "af-choice choice--radio"
      },
      "content": {
        "id": "radio",
        "name": "radio",
        "text": "Label Radio Application"
      }
    }
  },
  "viewtypes": {
    "specifier": "is-invalid"
  }
}

No notes defined.