CheckBox properties
Summary
Props table
Parameter |
Type |
Default |
---|---|---|
boolean |
false |
|
JSX.Element |
Internal tick icon |
|
(newValue: boolean) => void |
() => {} |
Props list
value
Type |
Default |
---|---|
boolean |
false |
Checkbox initial value (checked / unchecked)
icon
Type |
Default |
---|---|
JSX.Element |
Internal tick icon |
custom tick icon (if not set, the default one will be used)
onChange
Type |
Default |
---|---|
(newValue: boolean) => void |
() => {} |
Callback triggered when CheckBox component input value is changed by the user