Checkbox

Also known as

Check box, Tick box, Tickbox
Available since
@salt-ds/core@1.5.0

Checkbox and CheckboxGroup allow users to select or deselect a specific option. A checkbox can stand alone to control a single option, or form part of a checkbox group to control multiple options.

  • To present an independent choice that the user can select or deselect.
  • To present a list of independent options where the user can select any number of choices.
  • When the checkbox displays a mutually exclusive choice between two or more options. Instead, use RadioButton.
  • To display a single option but trigger a state change directly and immediately. Instead, use Switch.

To import Checkbox and CheckboxGroup from the core Salt package, use:

NameTypeDescriptionDefault
NameTypeDescriptionDefault