Skip to content

Checkbox

Checkboxes are used for multiple choices in a list, for filters etc. Users can select zero, one, or multiple number of items.

Usage

Checkbox

When to use

  • In lists or data tables for batch editing purposes.
  • In forms.
  • For selection or filtering options.
  • For setting preferences or settings.

Best practices

  • Checkboxes should not be used to toggle a single option or setting. Use switch instead.
  • If options are mutually exclusive, use radio buttons instead.
  • Checkboxes should not be used to make important decisions, like confirming deletion, as they are easily overlooked by users.

Except where otherwise noted, content on this site is licensed under MIT License.