<input type="radio" value="" id=radio05 name=radio05 placeholder=Placeholder class="input-radio is-error" />
<input type="radio" value="{{value}}" id={{id}} name={{name}} {{#if checked}}checked{{/if}} {{#if disabled}}disabled{{/if}}  placeholder={{placeholder}} class="input-radio is-{{modifier}}" />
{
  "value": "",
  "id": "radio05",
  "name": "radio05",
  "placeholder": "Placeholder",
  "modifier": "error",
  "isError": true
}

There are no notes for this item.