Checkbox Component
Checkboxes are used when the users can choose multiple options on the list.
Code Section
Checkbox States
Checked
Checkbox
When the option is being selected
Unchecked
Checkbox
The default state when the option are yet selected
Disabled
Checkbox
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
HTML
{{ snippet }}
CSS
{{ snippet1 }}