```
## 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
### standard
```
```
### with controls
```
```
### collapsible
```
```
## Forms: Column layout
```
@full-width
```
## Forms: Width categories
The modifier classes **-middle**, **-wide**, ... can be applied to the form-[input type]-container to limit the width of the element. Please note, that this only limits the max-width of the element. The fields will become slimmer if less space is available. Also note, that the max-width is specified as an absolute value. Without a modifier, the form field will take the full width available.
```
@full-width
```
# Forms: Lists of fields
```
@full-width
```
# Forms: Attachment 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: Radio buttons
## Within a form, multiple
```
```
# 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)_
```
```
# Forms: Checkbox Matrices
```