diff --git a/docs/components/radio.md b/docs/components/radio.md index 6163c5a632..bbfc3c834b 100644 --- a/docs/components/radio.md +++ b/docs/components/radio.md @@ -60,7 +60,7 @@ Radios behave like elements and form a group with the same `name` attribute. Only one radio can be selected in a group. -Radios can be pre-selected by adding a `selected` attribute. +Radios can be pre-selected by adding a `checked` attribute. Add a `value` to identify which radio is selected in a form. @@ -87,7 +87,7 @@ Add a `value` to identify which radio is selected in a form.
- +
``` @@ -115,15 +115,16 @@ Associate a label with a radio using the `