From: Mark Otto Date: Mon, 9 May 2016 18:00:36 +0000 (-0700) Subject: Update checkboxes and radios docs X-Git-Tag: v4.0.0-alpha.3~85^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35c11b69df526bcb5aa2a5504de7517f1e6affb8;p=thirdparty%2Fbootstrap.git Update checkboxes and radios docs - Add lighter gray text to disabled state for .form-check - Separate radios and checkboxes example - Clarify docs --- diff --git a/docs/components/forms.md b/docs/components/forms.md index 00d26b2662..8748d8455c 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -427,10 +427,12 @@ Grid-based form layouts also support large and small inputs. Default checkboxes and radios are improved upon with the help of `.form-check`, **a single class for both input types that improves the layout and behavior of their HTML elements**. Checkboxes are for selecting one or several options in a list, while radios are for selecting one option from many. -Disabled checkboxes and radios are supported, but to provide a `not-allowed` cursor on hover of the parent `