Menu

Radio - Checked

<input type="radio" class="c-radio" name="name" id="id" value="" checked    />
<label for="id">Label</label>
{
"label": "Label",
"name": "name",
"id": "id",
"checked": true
}

Props

Name Type Description
label string
id string ID attribute
name string Name attribute (falls back to ID)
checked bool Is this input checked?