From cd60cf3386adf840ad20349884e20f1989d1eeac Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 24 Dec 2014 15:45:37 -0800 Subject: custom forms: checkbox and radio stacked option --- docs/components/custom-forms.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'docs/components') diff --git a/docs/components/custom-forms.md b/docs/components/custom-forms.md index de0fb7e7f..f88d18dab 100644 --- a/docs/components/custom-forms.md +++ b/docs/components/custom-forms.md @@ -3,6 +3,12 @@ layout: page title: Custom forms --- +In the interest of customization and cross browser consistency, Bootstrap include a handful of customized form elements. They're solid replacements for default form controls as they're built on top of semantic and accessible markup. + +## Checkboxes and radios + +### Checkboxes + {% example html %} {% endexample %} +### Radios + {% example html %} {% endexample %} + +### Stacked + +Custom checkboxes and radios are inline to start. Add a parent with class `.c-inputs-stacked` to ensure each form control is on separate lines. + +{% example html %} +
+ + +
+{% endexample %} -- cgit v1.2.3