diff --git a/docs/components/radio-group.md b/docs/components/radio-group.md index b58d23072..cc0c48edc 100644 --- a/docs/components/radio-group.md +++ b/docs/components/radio-group.md @@ -93,9 +93,9 @@ Setting the `required` attribute to make selecting an option mandatory. If a val ```html preview
- Not me - Me neither - Choose me + Option 1 + Option 2 + Option 3
Submit @@ -121,16 +121,16 @@ const App = () => { } return ( - - + + - Not me + Option 1 - Me neither + Option 2 - Choose me + Option 3