Skip to content

Commit

Permalink
Update packages/components/src/radio-control/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Ciampini <[email protected]>
  • Loading branch information
retrofox and ciampo authored Dec 17, 2024
1 parent c6b9c9e commit 3c254e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/radio-control/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ A function that receives the value of the new option that is being selected as i

An array of objects containing the value and label of the options.

- `label`: `ReactNode` The label to be shown to the user. When the label is not a string, make sure that the element is accessibly labeled.
- `label`: `string` | `React.ReactElement` The label to be shown to the user. When the label is not a string, make sure that the element is accessibly labeled.
- ```
- `value`: `string` The internal value compared against select and passed to onChange.
Expand Down

0 comments on commit 3c254e2

Please sign in to comment.