File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -123,15 +123,9 @@ The checked state for these buttons is **only updated via `click` event** on the
123
123
Note that pre-checked buttons require you to manually add the ` .active ` class to the input's ` <label> ` .
124
124
125
125
{% example html %}
126
- <div class =" btn-group btn-group -toggle " data-toggle =" buttons " >
126
+ <div class =" btn-group-toggle " data-toggle =" buttons " >
127
127
<label class =" btn btn-secondary active " >
128
- <input type="checkbox" checked autocomplete="off"> Active
129
- </label >
130
- <label class =" btn btn-secondary " >
131
- <input type="checkbox" autocomplete="off"> Check
132
- </label >
133
- <label class =" btn btn-secondary " >
134
- <input type="checkbox" autocomplete="off"> Check
128
+ <input type="checkbox" checked autocomplete="off"> Checked
135
129
</label >
136
130
</div >
137
131
{% endexample %}
You can’t perform that action at this time.
0 commit comments