Am I active? {{ active }}
Toggle active state
```
### Custom values
By default, the `v-item-group` component will use the index of the child as model value (eg `[2, 4]`). The child
`v-item` component accepts a `value` prop that lets you choose what is used as identifier for the v-item. This can be
useful when you're working with a predefined list of items:
```html