From: Jesse Mandel Date: Fri, 5 Jan 2018 20:24:19 +0000 (-0800) Subject: Added required checkbox example X-Git-Tag: v4.0.0~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20a251a597807ba9e423bafac5d1f531c80bedf5;p=thirdparty%2Fbootstrap.git Added required checkbox example --- 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 %}