--- layout: post title: "Forms" subtitle: "Form inputs can be used without having to add any additional classes. With the exception of checkboxes and radios, they will always default to 100% width of their parent." categories: components permalink: /components/forms/ --- ## Basic Input
``` html ``` There are also modifier classes for inputs that sit on a darker background:
``` html ``` As well as classes to indicate status:
``` html ``` ## Select
```html ``` ## Checkbox
```html ```