File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -561,21 +561,17 @@ Ensure that an alternative indication of state is also provided. For instance, y
561
561
<input type =" text " class =" form-control form-control-error " id =" inputError1 " >
562
562
</div >
563
563
564
- <div class =" has-success " >
565
- <div class =" checkbox " >
566
- <label>
567
- <input type="checkbox" id="checkboxSuccess" value="option1">
568
- Checkbox with success
569
- </label>
570
- </div >
564
+ <div class =" checkbox has-success " >
565
+ <label >
566
+ <input type="checkbox" id="checkboxSuccess" value="option1">
567
+ Checkbox with success
568
+ </label >
571
569
</div >
572
- <div class =" has-warning " >
573
- <div class =" checkbox " >
574
- <label>
575
- <input type="checkbox" id="checkboxWarning" value="option1">
576
- Checkbox with warning
577
- </label>
578
- </div >
570
+ <div class =" checkbox has-warning " >
571
+ <label >
572
+ <input type="checkbox" id="checkboxWarning" value="option1">
573
+ Checkbox with warning
574
+ </label >
579
575
</div >
580
576
<div class =" has-danger " >
581
577
<div class =" checkbox " >
@@ -584,6 +580,11 @@ Ensure that an alternative indication of state is also provided. For instance, y
584
580
Checkbox with error
585
581
</label>
586
582
</div >
583
+ <div class =" checkbox has-danger " >
584
+ <label >
585
+ <input type="checkbox" id="checkboxError" value="option1">
586
+ Checkbox with error
587
+ </label >
587
588
</div >
588
589
{% endexample %}
589
590
You can’t perform that action at this time.
0 commit comments