From afdc9c4b3216b628a9bf4dbaa5b5e070d95cb0f0 Mon Sep 17 00:00:00 2001 From: Zac Echola Date: Wed, 2 Jul 2014 10:15:22 -0500 Subject: [PATCH] Documents radio and checkbox validation states References #14010 fixing duped IDs fix ALL the duped IDs. make example id match actual id --- docs/_includes/css/forms.html | 52 +++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/docs/_includes/css/forms.html b/docs/_includes/css/forms.html index 9680c6c910..c5d89c3219 100644 --- a/docs/_includes/css/forms.html +++ b/docs/_includes/css/forms.html @@ -579,6 +579,58 @@ +{% endhighlight %} + +

Checkboxes and radio buttons

+
+
+
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+{% highlight html %} +
+
+ +
+
+
+
+ +
+
+ +
+
{% endhighlight %}

Optional icons in horizontal and inline forms

-- 2.47.2