From: Mark Otto Date: Fri, 28 Oct 2016 23:38:30 +0000 (-0700) Subject: add horizontal form examples X-Git-Tag: v4.0.0-alpha.6~468^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a11ae580d0e233449aefdaf250b08019d7fe96d;p=thirdparty%2Fbootstrap.git add horizontal form examples --- diff --git a/docs/components/forms.md b/docs/components/forms.md index cf5a8473e7..2a2e9f9d23 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -737,6 +737,41 @@ Here are some examples of the aforementioned classes in action. First up is your {% endexample %} +Those same states can also be used with horizontal forms. + +{% example html %} +
+
+
+ +
+ + + Example help text that remains unchanged. +
+
+
+ +
+ + + Example help text that remains unchanged. +
+
+
+ +
+ + + Example help text that remains unchanged. +
+
+
+
+{% endexample %} + +Checkboxes and radios are also supported. + {% example html %}