Checkbox
The Checkbox component provides a way for the end user to toggle between checked / unchecked states.
Last updated
The Checkbox component provides a way for the end user to toggle between checked / unchecked states.
Last updated
disabled
boolean
Prevents the checkbox from interaction.
null
label
string
Text that shows to the right of the checkbox input.
null
onChange
function
Executes the provided function when the user clicks the checkbox input.
tooltip
string
Text that appears when hovering over the checkbox
component.
validationError
string
When not ''
or undefined
, outlines the input in red and renders the provided text in red beneath the input.
null
value
boolean
State value associated with the checkbox to determine if it is checked.