From dde85e9888ee7d4c8a39c2ea2dadba1dcf55edf1 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 8 May 2016 16:05:27 -0700 Subject: Redo checkboxes and radios - Move disabled radio and checkbox styles to Reboot - Collapse .radio and .checkbox into single class, .form-check - Collapse .radio-inline and .checkbox-inline into single class, .form-check-inline - Require classes for sub-elements in both new classes --- docs/components/forms.md | 72 ++++++++++++++++++++++++------------------------ 1 file changed, 36 insertions(+), 36 deletions(-) (limited to 'docs/components') diff --git a/docs/components/forms.md b/docs/components/forms.md index 71292eb3b..3f777bcb6 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -425,41 +425,41 @@ Grid-based form layouts also support large and small inputs. ## Checkboxes and radios -Checkboxes are for selecting one or several options in a list, while radios are for selecting one option from many. +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 `