Skip to content

CheckboxOption

Interface | Source Code

extends Omit<Option<undefined, Omit<LabelledCheckboxProps, “onChangeChecked” | “name” | “id” | “checked” | “value” | “label”>>, “value”>

Inheritance Hierarchy: Omit<Option<undefined, Omit<LabelledCheckboxProps, “onChangeChecked” | “name” | “id” | “checked” | “value” | “label”>>, “value”>


The name of the checkbox. This is used to differentiate this checkbox from others within the group, so should be unique among the checkboxes in the group.


props?: Omit<LabelledCheckboxProps, “label” | “checked” | “name” | “value” | “id” | “onChangeChecked”>

Section titled “props?: Omit<LabelledCheckboxProps, “label” | “checked” | “name” | “value” | “id” | “onChangeChecked”>”