Skip to main content

Other global components

There are a number of global components that can be used across the system within forms. The styling and functionality for these should be developed at a brand level as their usage may vary. All form elements will require development. 

Radio buttons specification

Radio buttons are for use when a user must select only one option.  In instances where multiple selections are allowed you should use the checkbox.

Radio buttons can sit either to the left or the right of the label. Add the disabled attribute (50% opacity) on a radio button to prevent user input and trigger a slightly different look.

Layout specification

Layout specification


Component itemRequirement & purposeOptional or mandatoryCMS options
Font sizeSets size of label text. Follows default paragraph settings.n/an/a
MarginSets spacing between radio button and label and also below radio button items. Default set at 16px.n/an/a
Active check colourSets the colour of the circle in the active state.Mandatoryn/a
Border colourSets the colour of the circle border.Mandatoryn/a
Disabled border and background colourSets the colour of the disabled border and the background. This should be set to 40% opacity of the standard border and background colours.n/an/a
Label colourSets colour of label next to radio item.Mandatoryn/a
Label colour disabledSets colour of disabled label next to radio item. This should be set to 40% opacity of the standard label colour.n/an/a

Interaction

These are the interactive aspects of the component.

Interaction
Clicking a radio button selects it and deselects others.