<div class="form-check form-check__large">
<input type="radio" class=" form-check-input" id="radio-n" name="radio" value="" disabled>
<label for="radio-n" class=" form-check-label">Radio</label>
</div>
{% render "@input-radio" with { "enabled": false } %}
{
"id": "radio-n",
"name": "radio",
"title": "Radio",
"enabled": true,
"inline": false
}
No notes defined.