Menu

Checkbox - Disabled

<input type="checkbox" class="c-checkbox" name="name" id="id" value=""   disabled  />
<label for="id">Label</label>
{
"label": "Label",
"name": "name",
"id": "id",
"disabled": 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?