diff --git a/packages/radio-group/stories/radio-group.stories.mdx b/packages/radio-group/stories/radio-group.stories.mdx index 1e7d2d549..80b7b9c49 100644 --- a/packages/radio-group/stories/radio-group.stories.mdx +++ b/packages/radio-group/stories/radio-group.stories.mdx @@ -21,7 +21,7 @@ You should use ``s inside this element. ```html - + @@ -82,7 +82,7 @@ You can pre-select an option by adding the checked attribute to the selected `li {html` - + @@ -91,7 +91,7 @@ You can pre-select an option by adding the checked attribute to the selected `li ```html - + @@ -104,7 +104,7 @@ You can disable a specific `lion-radio` option by adding the `disabled` attribut {html` - + @@ -113,7 +113,7 @@ You can disable a specific `lion-radio` option by adding the `disabled` attribut ```html - + @@ -124,7 +124,7 @@ You can do the same thing for the entire group by setting the `disabled` attribu {html` - + @@ -133,7 +133,7 @@ You can do the same thing for the entire group by setting the `disabled` attribu ```html - + @@ -152,7 +152,7 @@ You can do the same thing for the entire group by setting the `disabled` attribu return html` @@ -176,8 +176,8 @@ const validate = () => { ```html @@ -210,7 +210,7 @@ You can also create a validator that validates whether a certain option is check return html` @@ -246,7 +246,7 @@ const validate = () => { ```html