chenglou / react-radio-group

Better radio buttons.
MIT License
445 stars 75 forks source link

Change documentation #52

Open theGABS opened 6 years ago

theGABS commented 6 years ago

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>