You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Radio buttons allow users to select a single option from a list of mutually exclusive options. All possible options are exposed up front for users to compare.
6
-
- Invalid radio buttons are signified by alert [HelpText](helptext.html) and [Icon](icon.html) included in [FieldGroup](fieldgroup.html).
7
6
- Radio buttons should not be used on their own, they should always be used within a [FieldGroup](fieldgroup.html).
7
+
- Invalid radio buttons are signified by including [HelpText](helptext.html) in a [FieldGroup](fieldgroup.html). Sample usage for an invalid radio state is included in the [FieldGroup](fieldgroup.html#invalid) documentation.
8
8
9
9
sections:
10
10
- name: Custom Properties API
@@ -21,7 +21,7 @@ sections:
21
21
- Read-only radio buttons do not have a focus ring, but the button should be focusable.]
22
22
23
23
### Invalid/Error State
24
-
- Invalid radio buttons are signified by alert [HelpText](helptext.html) and [Icon](icon.html) included in [FieldGroup](fieldgroup.html).
24
+
- Invalid radio buttons are signified by including [HelpText](helptext.html) in a [FieldGroup](fieldgroup.html).
25
25
26
26
### Remove focus-ring class
27
27
We've migrated away from the focus-ring class in favor of the native `:focus-visible` pseudo-class due to changes in browser support.
0 commit comments