Brand Design System

Checkboxes

Checkboxes allow users to select one or more items from a set, or to turn an option on or off. Material Design 3 checkboxes use a filled appearance when selected.

Live Preview

Standard Checkboxes

Indeterminate State

Disabled States

Brand Properties

PropertyTypeMaterial DefaultHoB ValueTAE Value
container.sizedimension18px18px18px
container.borderRadiusdimension2px2px2px
container.borderWidthdimension2px2px2px
selected.containerColorcolor#6750A4#038012#1A5129
selected.checkmarkColorcolor#FFFFFF#FFFFFF#FFFFFF
unselected.borderColorcolor#79747E#79747E#79747E
disabled.containerColorcolor#CAC4D0#CAC4D0#CAC4D0
stateLayer.hoverOpacitypercentage8%8%8%
stateLayer.focusOpacitypercentage12%12%12%
stateLayer.pressedOpacitypercentage12%12%12%
touchTarget.minSizedimension48px48px48px

Usage Guidelines

  • Use checkboxes when users can select multiple options from a list
  • Use the indeterminate state when a parent checkbox has some but not all children selected
  • Always provide a visible label for accessibility
  • Group related checkboxes together with a clear heading
  • Consider using switches for single on/off options instead

Related