--- 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 ``` ## Inline Validation Alerts These inline alerts can be used to display form validation notices to users. Note that these require the input to be wrapped in a `form__field` container. The alert can be animated in by toggling the `has-validation-alert` class on the `form__field` wrapper.
Sorry, we were unable to subscribe you
``` html
Sorry, we were unable to subscribe you
``` ## Select
```html ``` ## Checkbox
```html ```