value
Description
Optional. Defines whether a radio button is checkedUsage
value?: boolean;
Parameters
- true - a radio button is checked
- false - (default) a radio button is not checked
Example
<RadioButton value={true} />
Related article: Setting the checked state
Related sample: Radio Button