value
Description
Optional. Specifies the value associated with a radio buttonUsage
inputValue?: string | number;
Example
<RadioButton inputValue="1" />
Related article: Setting the value
Related sample: Radio Button
inputValue?: string | number;
<RadioButton inputValue="1" />
Related article: Setting the value
Related sample: Radio Button