You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
Plz change documentation, provide some way to make text around radio button clickable.
For example
The text was updated successfully, but these errors were encountered: