```
## Forms: Bordered style
```
```
## Forms: Standard layout
```
@full-width
```
## Forms: Standard layout, wide labels
```
@full-width
```
## Forms: Multiple fields per row
```
@full-width
```
## Forms: Vertical layout
```
@full-width
```
## Forms: Sections and fieldsets
```
```
# Forms: Text fields
## Default text fields
### Standalone
```
```
## Text field sizes
```
```
## Plain text fields
_with no classes applied (uses default Foundation form styling)_
```
```
# Forms: Text areas
## Default text areas
### Standalone
```
```
## Plain text areas
_with no classes applied (uses default Foundation form styling)_
```
```
# Forms: Checkboxes
## Default checkboxes
### Standalone
```
```
```
```
### Within a form
```
```
### Multiple, within a form
```
```
## Styled checkboxes [TO BE REFACTORED]
```
```
# Forms: Select
## Default selects
### Standalone
```
```
```
```
```
```
### Within a form
```
```
## Select Sizes
```
```
## Narrow select
_By default, a `form--select` will take the full width of its container element.
In most cases it is recommended to apply a width to the container element, but
in certain circumstances the `-narrow` variant may be preferable._
```
```
## Plain selects
_with no classes applied (uses default Foundation form styling)_
```
```