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 @@

Checkbox

Add data-toggle="buttons" to a group of checkboxes for checkbox style toggling on btn-group.

+
+

Pre-checked options need .active

+

For pre-checked options, you must add the .active class to the input's label yourself.

+
-
{% highlight html %}
-