Checkboxes

Checkboxes are most commonly used to give users a way to make a range of selections ( one or more). They may also be used as a way to have users indicate they agree to specific terms and services.

Example

When to use

Checkboxes should be used when:

  • You want users to select multiple items from a predetermined list of items.

  • Your users need to see all available options at once.

  • When users need to agree to terms and conditions

Checkboxes should not be used for:

  • If user needs to select 1 option from a predetermined list of items, using radio buttons would be more appropriate.

Last updated