From 20a251a597807ba9e423bafac5d1f531c80bedf5 Mon Sep 17 00:00:00 2001 From: Jesse Mandel Date: Fri, 5 Jan 2018 12:24:19 -0800 Subject: [PATCH] Added required checkbox example --- docs/4.0/components/forms.md | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/docs/4.0/components/forms.md b/docs/4.0/components/forms.md index 3830f5a9f1..7dd9428f06 100644 --- a/docs/4.0/components/forms.md +++ b/docs/4.0/components/forms.md @@ -776,6 +776,17 @@ When attempting to submit, you'll see the `:invalid` and `:valid` styles applied +
+
+ + +
+ You must agree +
+
+
@@ -842,6 +853,14 @@ While these feedback styles cannot be styled with CSS, you can still customize t +
+
+ + +
+
{% endexample %} @@ -903,7 +922,17 @@ We recommend using client side validation, but in case you require server side, - +
+
+ + +
+ You must agree +
+
+
{% endexample %} -- 2.47.2