CheckBox
CheckBox is used for multiple choice selection. They are independent of each other in a list, and therefore, different from RadioButton, one selection does not affect other checkboxes in the same list.
Package: @terreno/ui
Categories: Component
Props interface: CheckBoxProps
Story source: demo/stories/CheckBox.stories.tsx
Live demo
Props
| Prop | Type | Required | Description |
|---|---|---|---|
selected | boolean | Yes | If true, the checkbox is selected. |
bgColor | union | The background color of the checkbox. | |
size | union | The size of the checkbox. | |
testID | string | Root test id for the primary interactive element or container. |