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

NameTypeDefaultDescription
idStringUsed to set the id of VsudCheckbox.
nameStringUsed to set the name of VsudCheckbox.
checkedboolUsed 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

NameTypeDefaultDescription
id*StringUsed to set the id of VsudRadio.
name*StringUsed to set the name of VsudRadio.
checkedboolUsed to set the checked state of VsudRadio.