A checkbox component
Props
Name
Description
Type
Default
disabled
If the field is disabled.
booleanor
undefined
icon
The icon to use.
[namespace: stringor
symbol, name: string]or
string
[ICON_NAMESPACE, check]
invalid
If the field is currently in an error state.
booleanor
undefined
name
The name of the field.
string
readonly
If the field is editable.
booleanor
undefined
value
The current value of the field.
boolean
Events
Event
Detail
Description
fieldchange
FieldChange<boolean, string>
Emitted when the value of the field is changed.