GC Design System Components
Home Start to use Page templates overview Basic page Components overview Breadcrumbs Button Card Checkboxes Container Date input Date modified Details Error message Error summary Fieldset File uploader Footer Grid Header Heading Icon Input Language toggle Link Notice Pagination Radios Screenreader-only Search Select Side navigation Signature Stepper Text Textarea Theme and topic menu Top navigation CSS shortcuts overview Reset styles Responsive layout State Box sizing Container sizing Display Overflow Position Visibility Font Font family Font size Font style Font weight Line height Link colour Link size Link text decoration List style Text align Text colour Text overflow Text transform Word break Margin Padding Align content Align items Align self Flex Flex direction Flex grow Flex shrink Flex wrap Gap Grid columns Grid rows Justify content Justify items Justify self Order Place content Place items Place self Background colour Border colour Border radius Border style Border width Icon names Icon size Image Cursor Pointer events Transition Styles overview Design tokens Colour tokens Spacing tokens Typography tokens Contact us Get involved Find a demo

Checkbox
<gcds-checkbox>

This component is deprecated as of v0.35.0. Please see Release v0.35.0 for details.

Also called: checklist, check list.

A checkbox is a set of options for one or multiple selections.


Checkbox anatomy – with fieldset

  1. The fieldset legend acts as a heading to identify the grouped checkboxes. Legend text is left aligned and in sentence case (only the initial letter is capitalized).
  2. The fieldset hint text communicates specific requirements for the checkbox grouping to support task success.
  3. The checkbox shows, by the presence or absence of the checkmark (also called the checked box), whether an option has been selected or not.
  4. The checkmark shows that an option has been selected.
  5. The checkbox label states the choice the checkbox represents. Label text is in sentence case.
  6. The checkbox hint text gives users additional information about the choice.
Checkbox anatomy showing the labels Fieldset legend, Fieldset Hint, Checkbox, Checkbox Label, Checkmark, and Checkbox Hint.

Single checkbox anatomy

Use the fieldset component with the checkbox, except for checkboxes with a single box to check.

  1. The checkbox shows, by the presence or absence of the checkmark (also called the checked box), whether an option has been selected or not.
  2. The checkmark shows that an option has been selected.
  3. The checkbox label states the choice the checkbox represents. Label text is in sentence case.
  4. The checkbox hint text gives users additional information about the choice.
Checkbox anatomy showing the labels Checkbox, Checkbox Label, Checkmark, and Checkbox Hint.

Design and accessibility for checkboxes

Make checkboxes visible and options clear

  • Limit the number of options to 6-7.
  • Limit text for each option to a few words or a short phrase and include hint text for more context.
  • Generally, order options alphabetically. In some cases, it can be helpful for you to order them from most to least common.

Help people understand how to use checkboxes

  • Avoid assuming a person will know how to use a checkbox.
  • Use the fieldset's hint text to include a cue for users unfamiliar with radios so they know they can only make a single selection. For example, "Select the response that best applies".
  • Include fieldset's hint text to include a cue for users unfamiliar with checkboxes so they know they can make multiple selections. For example, "Select all that apply".
  • Avoid pre-selecting checkbox options. This makes it more likely that users will miss a question and submit a wrong answer.

Help us improve

Have questions or a request? Give feedback on our contact form.

Something's wrong? Raise it through GitHub with an account. You'll have access to the team's direct responses, progress made on your issue, and issues raised by others.

Give feedback Report an issue on GitHub
2025-05-28