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
@@ -60,7 +60,7 @@ You can find here the [OUDS Radio button design guidelines](https://unified-desi
60
60
61
61
## Approach
62
62
63
-
Browser default radio buttons are replaced with the help of `.radio-button-item`. Radio buttons allows user to select a single option from a set of mutually exclusive choices.
63
+
Browser default radio buttons are replaced with the help of `.control-item`. Radio buttons allows user to select a single option from a set of mutually exclusive choices.
64
64
65
65
Radio buttons are implemented using `.control-item-*` classes, see below.
66
66
@@ -72,26 +72,26 @@ Radio buttons are implemented using `.control-item-*` classes, see below.
72
72
73
73
### Outlined
74
74
75
-
You can display an outlined radio buttons by adding a `.radio-button-item-outlined` to `.radio-button-item`. If there is an outlined radio button item in a group, all its siblings should also be outlined.
75
+
You can display an outlined radio buttons by adding a `.radio-button-item-outlined` to `.control-item`. If there is an outlined radio button item in a group, all its siblings should also be outlined.
@@ -160,7 +160,7 @@ You can display an icon by adding `.control-item-assets-container` with an icon
160
160
You can display an additional label for critical information for the option by adding a `.radio-button-additional-label` as a sibling of a `.control-item-label`.
@@ -272,7 +272,7 @@ Add the `disabled` attribute and the associated `<label>` are automatically styl
272
272
You can display an invalid radio button by adding `.is-invalid` to a `.control-item-indicator`. <!-- Please take a look at our [Validation]({{< docsref "/forms/validation" >}}) page to know more about this. -->
<label class="control-item-label" for="radioGroup2">A longer label for showing behavior in this case, </label>
313
+
<label class="control-item-label" for="radioGroup2">A longer label for showing behavior in this case</label>
314
314
<p class="radio-button-additional-label" id="radioGroup2AdditionalLabel">Radio button indicator and icon will stick to the top area of the component</p>
315
315
<p class="control-item-helper" id="radioGroup2Description">Also a longer helper text, it will also wrap at some point depending on the component width</p>
0 commit comments