<input type="radio" value="" id=radio04 name=radio04 checked placeholder=Placeholder class="input-radio is-checked" />
<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": "radio04",
  "name": "radio04",
  "placeholder": "Placeholder",
  "modifier": "checked",
  "checked": true
}

There are no notes for this item.