Form Elements

Textual inputs

Here are examples of .form-controlapplied to each textual HTML5 <input>type.

Checkboxes

Default Checkboxes
Custom Checkboxes

Radios

Default Radios
Custom Radios

Switches

A switch has the markup of a custom checkbox but uses the .custom-switchclass to render a toggle switch. Switches also support the disabledattribute.

File browser

The file input is the most gnarly of the bunch and requires additional JavaScript if you’d like to hook them up with functional Choose file…and selected file name text.