<div class="af-item item--choices ">
    <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 class="choice__subtext">Subtext Radio Application: Nullam quis risus eget urna mollis ornare vel eu leo. Vestibulum id ligula porta felis euismod semper.</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": false
  },
  "partials": {
    "radio": {
      "switches": {
        "hasTextContainer": true
      },
      "viewtypes": {
        "specifier": "af-choice choice--radio"
      },
      "content": {
        "id": "radio",
        "name": "radio",
        "text": "Label Radio Application",
        "subtext": "Subtext Radio Application: Nullam quis risus eget urna mollis ornare vel eu leo. Vestibulum id ligula porta felis euismod semper."
      }
    }
  }
}

No notes defined.