From: Mark Otto Date: Fri, 19 Sep 2014 02:00:26 +0000 (-0700) Subject: Fixes #14642: Add docs mention for blank checkboxes and radios X-Git-Tag: v3.3.0~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=642fbf7e3671c9432bb3b7d321e0223721c2980a;p=thirdparty%2Fbootstrap.git Fixes #14642: Add docs mention for blank checkboxes and radios --- 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