Stacked form

Inline form

Make the viewport larger than 576px wide to see that all of the form elements are inline and left-aligned. On small screens, the form groups will stack horizontally.

Form control: input

The form below contains two input elements; one of type text and one of type password:

Form control: textarea

The form below contains a textarea for comments:

Form control: checkbox

The form below contains three checkboxes. The last option is disabled:

Form control: inline checkbox

The form below contains three inline checkboxes:

Form control: radio buttons

The form below contains three radio buttons. The last option is disabled:

Form control: inline radio buttons

The form below contains three inline radio buttons:

Form control: select

The form below contains two dropdown menus (select lists):