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

Radio Group
<gcds-radio-group>

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

Also called: radio button, radio.

The radio group is a set of options for a single selection.


Radio group anatomy - with fieldset

  1. The fieldset legend acts as a heading to identify the grouped radios. 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 radio grouping to support task success.
  3. The radio button shows, by the presence or absence of the checked button, whether an option has been selected or not.
  4. The checked button shows that an option has been selected.
  5. The radio label states the choice the radio button represents. Label text is in sentence case.
  6. The radio hint text gives a person additional information about the choice.
Radio group anatomy showing the labels Fieldset legend, Fieldset hint, Checkmark, Radio label, Radio button, and Radio hint.

Design and accessibility for radio group

Make radios 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.
  • When possible, include an option like "None" or "None of the above" to avoid forcing an incorrect selection. With radio groups, if a person accidentally selects an option, it cannot be de-selected, or reversed.

Help a person understand how to use radios

  • Avoid assuming a person will know how to use a radio group.
  • Use the fieldset's hint text to include a cue for people unfamiliar with radio groups to specify they can only make a single selection. For example, "Select the response that best applies".
  • Avoid pre-selecting a radio group option. This makes it more likely that a person 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
2024-12-11