diff --git a/docs/_includes/js/buttons.html b/docs/_includes/js/buttons.html index 5af3742285..154320e48f 100644 --- a/docs/_includes/js/buttons.html +++ b/docs/_includes/js/buttons.html @@ -37,10 +37,14 @@
Add data-toggle="buttons"
to a group of checkboxes for checkbox style toggling on btn-group.
.active
For pre-checked options, you must add the .active
class to the input's label
yourself.
Add data-toggle="buttons"
to a group of radio inputs for radio style toggling on btn-group.
.active
For preselected options, you must add the .active
class to the input's label
yourself.