diff --git a/docs/_includes/js/buttons.html b/docs/_includes/js/buttons.html index a0801b56cf..a8f2ffc267 100644 --- a/docs/_includes/js/buttons.html +++ b/docs/_includes/js/buttons.html @@ -41,6 +41,10 @@

Pre-checked options need .active

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

+
+

Visual checked state only updated on click

+

If the checked state of a checkbox button is updated without firing a click event on the button (e.g. via <input type="reset"> or via setting the checked property of the input), you will need to toggle the .active class on the input's label yourself.

+
+
+

Visual checked state only updated on click

+

If the checked state of a radio button is updated without firing a click event on the button (e.g. via <input type="reset"> or via setting the checked property of the input), you will need to toggle the .active class on the input's label yourself.

+