Checkbox Component

Checkboxes are used when the users can choose multiple options on the list.

Checkbox States

Checked
When the option is being selected
Unchecked
The default state when the option are yet selected
Disabled
When the option is not possible to be clicked/choosen

Guideline

• Keep text label clear and concise.

When to Use

• Not provided by documentation yet

When not to Use

• Not provided by documentation yet

Code