diff --git a/docs/docs/native/radio.md b/docs/docs/native/radio.md index 6dffdea3d..b3c222e58 100644 --- a/docs/docs/native/radio.md +++ b/docs/docs/native/radio.md @@ -9,19 +9,11 @@ elements: file: styles/native/radio.css --- - - ```html {.example} - - +
+ + +
``` ## Examples @@ -31,9 +23,11 @@ file: styles/native/radio.css To set the initial value and checked state, use the `checked` attribute on the corresponding radio. ```html {.example} - - - +
+ + + +
``` ### Disabled @@ -41,9 +35,11 @@ To set the initial value and checked state, use the `checked` attribute on the c Use the `disabled` attribute to disable a radio. ```html {.example} - - - +
+ + + +
``` ### Sizes @@ -51,27 +47,47 @@ Use the `disabled` attribute to disable a radio. Use the [size utilities](/docs/utilities/size) to change the radios' size. ```html {.example} -
- Small - - - +
+ Small + + +

-
- Medium - - - +
-