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”>
Properties
Section titled “Properties”label: string
Section titled “label: string”name: string
Section titled “name: string”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.