| 180 | | Each form ``label`` and field should be enclosed in a header ``h4``. Any |
|---|
| 181 | | explanation or help text should follow this ``h4`` in a ``p`` with class |
|---|
| 182 | | ``.help``. Form labels should always precede the field, except in the case |
|---|
| 183 | | of checkboxes and radio buttons, where the ``input`` should come first. |
|---|
| | 180 | Form labels should always precede the field, except in the case |
|---|
| | 181 | of checkboxes and radio buttons, where the ``input`` should come first. Any |
|---|
| | 182 | explanation or help text should follow the ``label`` in a ``p`` with class |
|---|
| | 183 | ``.help``. |
|---|