+
{{_i}}Prepend & append inputs{{/i}}
+
{{_i}}Input groups—with appended or prepended text—provide an easy way to give more context for your inputs. Great examples include the @ sign for Twitter usernames or $ for finances.{{/i}}
+
+
{{_i}}Checkboxes and radios{{/i}}
+
{{_i}}Up to v1.4, Bootstrap required extra markup around checkboxes and radios to stack them. Now, it's a simple matter of repeating the <label class="checkbox">
that wraps the <input type="checkbox">
.{{/i}}
+
{{_i}}Inline checkboxes and radios are also supported. Just add .inline
to any .checkbox
or .radio
and you're done.{{/i}}
+
+
{{_i}}Inline forms and append/prepend{{/i}}
+
{{_i}}To use prepend or append inputs in an inline form, be sure to place the .add-on
and input
on the same line, without spaces.{{/i}}
+
+
{{_i}}Form help text{{/i}}
+
{{_i}}To add help text for your form inputs, include inline help text with <span class="help-inline">
or a help text block with <p class="help-block">
after the input element.{{/i}}
+