Skip to main content
Version: 57.2.0

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

PropTypeRequiredDescription
selectedbooleanYesIf true, the checkbox is selected.
bgColorunionThe background color of the checkbox.
sizeunionThe size of the checkbox.
testIDstringRoot test id for the primary interactive element or container.