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 %}