From 642fbf7e3671c9432bb3b7d321e0223721c2980a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 18 Sep 2014 19:00:26 -0700 Subject: [PATCH] Fixes #14642: Add docs mention for blank checkboxes and radios --- docs/_includes/css/forms.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/docs/_includes/css/forms.html b/docs/_includes/css/forms.html index 06cfbb4dba..33e0befb1c 100644 --- a/docs/_includes/css/forms.html +++ b/docs/_includes/css/forms.html @@ -332,6 +332,35 @@ +{% endhighlight %} + +

Checkboxes and radios without labels

+

Should you have no text within the <label>, the input is positioned as you'd expect. Currently only works on non-inline checkboxes and radios.

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

Selects

-- 2.47.2