docs(radio-button): adjust section copy verbiage

This commit is contained in:
Eric Y Liu 2021-03-19 06:59:17 -07:00
commit ee52f26b48

View file

@ -47,7 +47,7 @@ Bind the selected value using the `selected` prop.
<FileSource src="/framed/RadioButton/ProgrammaticRadioButton" /> <FileSource src="/framed/RadioButton/ProgrammaticRadioButton" />
### Label text aligned left ### Left-aligned label text
<RadioButtonGroup labelPosition="left" legendText="Storage tier (disk)" selected="standard"> <RadioButtonGroup labelPosition="left" legendText="Storage tier (disk)" selected="standard">
<RadioButton labelText="Free (1 GB)" value="free" /> <RadioButton labelText="Free (1 GB)" value="free" />
@ -79,7 +79,7 @@ Bind the selected value using the `selected` prop.
<RadioButtonSkeleton /> <RadioButtonSkeleton />
</RadioButtonGroup> </RadioButtonGroup>
### Skeleton (vertical orientation) ### Skeleton (vertical)
<RadioButtonGroup orientation="vertical" legendText="Storage tier (disk)"> <RadioButtonGroup orientation="vertical" legendText="Storage tier (disk)">
<RadioButtonSkeleton /> <RadioButtonSkeleton />