checked
Description
defines whether a radio button is checkedType
boolean
Default value
false
Example
<RadioButton checked={true}/> <!-- equals to <RadioButton checked/> -->
Related article: Setting the checked state
Related sample: Radio Button