VsudCheckbox
Checkboxes are for selecting one or several options in a list. You can Create consistent cross-browser and cross-device checkboxes with our VsudCheckbox
component.
Checkbox
Props Information
Name | Type | Default | Description |
---|---|---|---|
id | String | Used to set the id of VsudCheckbox . | |
name | String | Used to set the name of VsudCheckbox . | |
checked | bool | Used to set the checked state of VsudCheckbox . |
VsudRadio
Radio buttons are used for selecting one option from many. You can Create consistent cross-browser and cross-device checkboxes with our VsudRadio
component.
Props Information
Name | Type | Default | Description |
---|---|---|---|
id* | String | Used to set the id of VsudRadio . | |
name* | String | Used to set the name of VsudRadio . | |
checked | bool | Used to set the checked state of VsudRadio . |