Skip to content
Russell Hite edited this page Jun 28, 2017 · 1 revision

This partial is where all the styling for any kind of form is placed

Basic Input

lines 4-44
This is where the baseline for all form styling is defined. .form-control defines the active fields and.form-control-static defines read only fields.

Other field types

lines 52-78
Group with label and input

lines 109-123
inputs for file upload

lines 128-174
radio buttons

lines 181-288
Responsive radio buttons

lines 293-337
Checkbox

lines 342-347
date and reference selector

Clone this wiki locally