Skip to content

Commit d10d25c

Browse files
committed
fix(custom-forms): fix doc for disabled custom checkboxes and radio
1 parent 508ead2 commit d10d25c

15 files changed

+57
-65
lines changed

_includes/boostwatch/forms.html

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,29 +20,25 @@ <h2 id="forms">Forms<a class="doc-link" href="../components/forms/" title="go to
2020
<div>
2121
<label class="custom-control custom-checkbox">
2222
<input type="checkbox" class="custom-control-input">
23-
<span class="custom-control-label"></span>
24-
<span class="custom-control-description">Orange checkbox unchecked</span>
23+
<span class="custom-control-label">Orange checkbox unchecked</span>
2524
</label>
2625
</div>
2726
<div>
2827
<label class="custom-control custom-checkbox">
2928
<input type="checkbox" class="custom-control-input" disabled>
30-
<span class="custom-control-label"></span>
31-
<span class="custom-control-description">Orange checkbox unchecked disabled</span>
29+
<span class="custom-control-label">Orange checkbox unchecked disabled</span>
3230
</label>
3331
</div>
3432
<div>
3533
<label class="custom-control custom-checkbox">
3634
<input type="checkbox" class="custom-control-input" checked>
37-
<span class="custom-control-label"></span>
38-
<span class="custom-control-description">Orange checkbox checked</span>
35+
<span class="custom-control-label">Orange checkbox checked</span>
3936
</label>
4037
</div>
4138
<div>
4239
<label class="custom-control custom-checkbox">
4340
<input type="checkbox" class="custom-control-input" checked disabled>
44-
<span class="custom-control-label"></span>
45-
<span class="custom-control-description">Orange checkbox checked disabled</span>
41+
<span class="custom-control-label">Orange checkbox checked disabled</span>
4642
</label>
4743
</div>
4844
</div>
@@ -60,29 +56,25 @@ <h2 id="forms">Forms<a class="doc-link" href="../components/forms/" title="go to
6056
<div>
6157
<label class="custom-control custom-radio">
6258
<input id="radio1" name="radio" type="radio" class="custom-control-input" checked>
63-
<span class="custom-control-label"></span>
64-
<span class="custom-control-description">Toggle this custom radio</span>
59+
<span class="custom-control-label">Toggle this custom radio</span>
6560
</label>
6661
</div>
6762
<div>
6863
<label class="custom-control custom-radio">
6964
<input id="radio2" name="radio" type="radio" class="custom-control-input">
70-
<span class="custom-control-label"></span>
71-
<span class="custom-control-description">Or toggle this other custom radio</span>
65+
<span class="custom-control-label">Or toggle this other custom radio</span>
7266
</label>
7367
</div>
7468
<div>
7569
<label class="custom-control custom-radio">
7670
<input id="radio3" name="radio-disabled" type="radio" class="custom-control-input" checked disabled>
77-
<span class="custom-control-label"></span>
78-
<span class="custom-control-description">Orange radio checked disabled</span>
71+
<span class="custom-control-label">Orange radio checked disabled</span>
7972
</label>
8073
</div>
8174
<div>
8275
<label class="custom-control custom-radio">
8376
<input id="radio4" name="radio-disabled" type="radio" class="custom-control-input" disabled>
84-
<span class="custom-control-label"></span>
85-
<span class="custom-control-description">Orange radio unchecked disabled</span>
77+
<span class="custom-control-label">Orange radio unchecked disabled</span>
8678
</label>
8779
</div>
8880
</div>

dist/css/boosted-grid.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/boosted-reboot.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/boosted-rtl.css

Lines changed: 10 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/boosted-rtl.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/boosted-rtl.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/boosted-rtl.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/boosted.css

Lines changed: 10 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/boosted.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/boosted.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)