From: Chris Rebert Date: Thu, 3 Apr 2014 02:55:05 +0000 (-0700) Subject: document that you have to add .active yourself on prechecked btn-ized checkboxes... X-Git-Tag: v3.2.0~273^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d1d5754f781f0f3fa1bc296c9e69da416043c4a;p=thirdparty%2Fbootstrap.git document that you have to add .active yourself on prechecked btn-ized checkboxes+radios; fixes #12651 --- 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 %}
-