Skip to content

Commit 1d9cedc

Browse files
Simplify checkbox markup
1 parent 300afa4 commit 1d9cedc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demo/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
</select>
6161
</div>
6262

63-
<div class="form-group form-check">
64-
<input type="checkbox" checked="checked" id="trim-whitespace" class="form-check-input">
65-
<label for="trim-whitespace">
63+
<div class="checkbox">
64+
<label>
65+
<input type="checkbox" checked="checked" class="form-check-input">
6666
Trim whitespace surrounding each word/phrase
6767
</label>
6868
</div>

0 commit comments

Comments
 (0)