Checkbox
open_in_newmaterial docs- Use checkboxes if multiple options can be selected from a list
- Label should be scannable
- Selected items are more prominent than unselected items
Basic usage
Checkboxes may be standalone, pre-checked. Indeterminate state is planned for future releases.
check_box_outline_blank
option 1
check_box_outline_blank
option 2
code
vue template
vue
<m-checkbox value="1" text="option 1"/>
<m-checkbox value="2" text="option 2"/>