Vue Checkbox - Material

Checkboxes are for selecting one or several options in a list. You can Create consistent cross-browser and cross-device checkboxes with our MaterialCheckbox component.


Checkbox

Props Information

NameTypeDefaultDescription
idStringUsed to set the id of MaterialCheckbox.
nameStringUsed to set the name of MaterialCheckbox.
checkedboolUsed to set the checked state of MaterialCheckbox.

Vue Radio - Material

Radio buttons are used for selecting one option from many. You can Create consistent cross-browser and cross-device checkboxes with our MaterialRadio component.

Props Information

NameTypeDefaultDescription
id*StringUsed to set the id of MaterialRadio. It is a required prop.
name*StringUsed to set the name of MaterialRadio. It is a required prop.
checkedboolUsed to set the checked state of MaterialRadio.

Vue Switch - Material

MaterialSwitch is a simple component used for activating one of two predefined options. Commonly used as an on/off button. It's mostly used in a number of various forms since they are very simple to use and cut the time one needs to fill all the inputs.

Props Information

NameTypeDefaultDescription
id*StringUsed to set the id of MaterialSwitch. It is a required prop.
name*StringUsed to set the name of MaterialSwitch. It is a required prop.
checkedboolUsed to set the checked state of MaterialSwitch.
labelClassStringUsed to add custom class around label element.