Checkbox
A basic Checkbox form input.
API Reference
Prop | Type | Default | Description |
|---|---|---|---|
onChange | React.ChangeEventHandler<HTMLInputElement> | ||
name | string | ||
data-test | string | ||
description | string | ||
disabled | boolean | false | |
errorMessage | string | ||
id | string | name | |
isValid | boolean | true | |
label | BaseCheckboxProps['label'] | ||
onBlur | React.FocusEventHandler<HTMLInputElement> | ||
onFocus | React.FocusEventHandler<HTMLInputElement> | ||
required | boolean | false | |
value | boolean | false |