File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -274,12 +274,20 @@ Add the `disabled` attribute and the associated `<label>` are automatically styl
274
274
{{< example >}}
275
275
<div class =" radio-button-item " >
276
276
<div class =" control-item-assets-container " >
277
- <input class="control-item-indicator is-invalid" type="radio" value="" id="radioInvalid">
277
+ <input class="control-item-indicator is-invalid" type="radio" value="" name="radioInvalid" id="radioInvalid">
278
278
</div >
279
279
<div class =" control-item-text-container " >
280
280
<label class="control-item-label" for="radioInvalid">Label</label>
281
281
</div >
282
282
</div >
283
+ <div class =" radio-button-item " >
284
+ <div class =" control-item-assets-container " >
285
+ <input class="control-item-indicator is-invalid" type="radio" value="" name="radioInvalid" id="radioInvalid2">
286
+ </div >
287
+ <div class =" control-item-text-container " >
288
+ <label class="control-item-label" for="radioInvalid2">Label</label>
289
+ </div >
290
+ </div >
283
291
{{< /example >}}
284
292
285
293
{{< bootstrap-compatibility false >}}
Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ toc: true
18
18
19
19
- <span class =" badge text-bg-status-positive-emphasized " >New</span > Checkbox component has been implemented.
20
20
21
+ #### Radio buttons
22
+
23
+ - <span class =" badge text-bg-status-positive-emphasized " >New</span > Radio button component has been implemented.
24
+
21
25
### CSS and Sass variables
22
26
23
27
- <details class =" mb-short " >
You can’t perform that action at this time.
0 commit comments