Plz change documentation, provide some way to make text around radio button clickable.
For example
<RadioGroup name="setting" selectedValue={1} onChange={null}>
<label><Radio value="clickable" />You can click here to select</label>
<Radio value="not" />you CANNOT click here to select
</RadioGroup>
Plz change documentation, provide some way to make text around radio button clickable.
For example