Brand Design System

Radio Buttons

Radio buttons allow users to select a single option from a list of mutually exclusive choices. Material Design 3 radio buttons feature a filled inner circle when selected.

Live Preview

Payment Method

Select Size

Disabled States

Brand Properties

PropertyTypeMaterial DefaultHoB ValueTAE Value
container.sizedimension20px20px20px
container.borderWidthdimension2px2px2px
innerCircle.sizedimension10px10px10px
selected.borderColorcolor#6750A4#038012#1A5129
selected.iconColorcolor#6750A4#038012#1A5129
unselected.borderColorcolor#79747E#79747E#79747E
disabled.borderColorcolor#CAC4D0#CAC4D0#CAC4D0
stateLayer.hoverOpacitypercentage8%8%8%
stateLayer.focusOpacitypercentage12%12%12%
stateLayer.pressedOpacitypercentage12%12%12%
touchTarget.minSizedimension48px48px48px

Usage Guidelines

  • Use radio buttons when users must select exactly one option from a list
  • Always provide at least two options - if there is only one option, consider using a checkbox instead
  • List options in a logical order (alphabetical, numerical, or by frequency of use)
  • Keep option labels concise and distinct from each other
  • Consider a default selection if one option is recommended

Related