Stable
Checkbox
<Checkbox isChecked={IS_CHECKED} intent={INTENT} label={CHECKBOX_LABEL} onChange={FUNCTION} />
Name | Type | Description | Required |
description | string | - | |
intent | HeliosIntentionType | - | Yes |
isChecked | boolean | - | |
isDisabled | boolean | - | |
isLabelHidden | boolean | - | |
isRequired | boolean | - | |
isSmall | boolean | - | |
isVertical | boolean | - | |
label | string | - | Yes |
onChange | (event?: ChangeEvent) => void | - |