## FormField

### Markup

```html
<m-form-field>
    <m-checkbox id="checkbox" />
    <label for="checkbox">Checkbox</label>
</m-form-field>
```
### Props

| Prop | Type | Default | Required | Description |
|------|------|---------|----------|-------------|
| alignEnd | Boolean | - | false | label before input |

### Slots

| Slot | Prop dependencies | Description |
|------|-------------------|-------------|
| default | - | label and input content |

### Reference

- https://github.com/material-components/material-components-web/tree/master/packages/mdc-form-field
