From: Zac Echola Date: Thu, 20 Aug 2015 15:55:15 +0000 (-0500) Subject: Simplifies markup for checkbox validation states X-Git-Tag: v4.0.0-alpha.2~132^2~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0462cd3d8122047fe82edc62c7f12fe39ade3f1c;p=thirdparty%2Fbootstrap.git Simplifies markup for checkbox validation states --- diff --git a/docs/components/forms.md b/docs/components/forms.md index 031dc83a8e..3d2764f921 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -561,21 +561,17 @@ Ensure that an alternative indication of state is also provided. For instance, y -
-
- -
+
+
-
-
- -
+
+
@@ -584,6 +580,11 @@ Ensure that an alternative indication of state is also provided. For instance, y Checkbox with error
+
+
{% endexample %}