Skip to main content

When to Use

  • When you need to select multiple items from a group of options.
  • When used alone, a Checkbox can represent a toggle between two states, similar to a switch. The difference is that toggling a switch triggers a state change immediately, whereas a Checkbox is typically used for state marking and works together with a submit action.

Component Example

Component Properties