Loading...
Logo

Basic Form

Input

Text inputs use the.form-control class for standard text fields.

Textarea

Textareas use.form-control with thetextarea element for multi-line input.

Checkboxes

Checkboxes use.form-check,.form-check-input and.form-check-label classes. Inline variants use.form-check-inline.

Read only

Read-only inputs use.form-control with thereadonly attribute.

Radios

Radio buttons use.form-check,.form-check-input and.form-check-label. Inline radios use.form-check-inline.

Selects

Select elements use.form-select for single selects and.form-control for multi-select lists.

Disabled

Disabled form controls use standard form classes with thedisabled attribute.