Menu

Radio

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

Props

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