Basic Form Elements
Input Text Text Inputs with different sizes by height and column.
Text Inputs with different sizes by height and column.
Input Focused
Disabled
Read Only
Textarea Form control which supports multiple lines of text. Change 'rows' attribute as necessary.
Basic example
Textarea with auto-grow height
Textarea Disabled
Select Use the default option, or add multiple to show multiple options at once
Basic example
Multi Select
Select Disabled
Checkbox & Radio Checkboxes are for selecting one or several options in a list, while radios are for selecting one option from many.
Default (stacked)
Inline checkboxes and radios - Use .checkbox-inline
or .radio-inline
classes on a series of checkboxes or radios for controls that appear on the same line.