Form
Simple example 1
Email address
We'll never share your email with anyone else.
Password
Check me out
Submit
Simple example 2
Email
Password
Address
Address 2
City
State
Choose...
...
Zip
Check me out
Sign in
Form controls(form-control style)
Email address
Example select
1
2
3
4
5
Example multiple select
1
2
3
4
5
Example textarea
File input
Example file input
Sizing
Readonly
Email
Range Inputs
Example Range input
Checkboxes and radios
.form-check-input { position: absolute; margin-top: 0.3rem; margin-left: -1.25rem; }
.form-check-label { margin-bottom: 0; }
Default checkbox
Disabled checkbox
Default radio
Second default radio
Disabled radio
1
2
3 (disabled)
1
2
3 (disabled)
Disabled forms
Disabled fieldset example
Disabled input
Disabled select menu
Disabled select
Can't check this
Submit
Validation
First name
Looks good!
Last name
Looks good!
City
Please provide a valid city.
State
Choose...
...
Please select a valid state.
Zip
Please provide a valid zip.
Agree to terms and conditions
You must agree before submitting.
Submit form