OptionalariaLabel?: stringProvide an accessible name for screen readers. Use this when label
contains no readable text — e.g. when it renders only an icon, or when it
is empty. It replaces the visible label for assistive technology.
OptionalautoFocus?: booleanAutomatically focus the checkbox when it is rendered to the UI
The checked state of the checkbox. Supports an 'indeterminate' state in
addition to true and false.
Optionaldisabled?: booleanLabel displayed next to the checkbox. Required so the choice is explicit:
the prop can't be omitted. The type still permits "empty" values, though —
"", null, undefined, and false all render no label.
Called when the user toggles the checkbox.
Component that displays a checkbox using the currently active HELIO theme.