diff --git a/docs/_includes/js/buttons.html b/docs/_includes/js/buttons.html index cf0bfcb9e..5303a91ac 100644 --- a/docs/_includes/js/buttons.html +++ b/docs/_includes/js/buttons.html @@ -35,6 +35,10 @@
Add data-toggle="button" to activate toggling on a single button.
.active and aria-pressed="true"For pre-toggled buttons, you must add the .active class and the aria-pressed="true" attribute to the button yourself.
.active and aria-pressed="true"For pre-toggled buttons, you must add the .active class and the aria-pressed="true" attribute to the button yourself.
Add data-toggle="buttons" to a .btn-group containing checkbox or radio inputs to enable toggling in their respective styles.