UiCheckBoxGroup vue component with dpa Design Kit
> UiCheckBoxGroup Vue 2.x menu component based on the dpa Design Kit
```
yarn add @dpa-id-components/ui-checkboxgroup
`html
`
View a demo of
on Storybook
The "CheckboxItem"-Type is used. Consisting of "name", "isChecked" and "iconName"
| Name | Type | Default | Description |
|-----------------------|-----------|--------|--------------------------------------------------------------------------------------------------|
| value | CheckboxItem | | Adds the value to the checkbox, consiting of name, isChecked and iconName ("CheckboxItem"-Type) |firstEntryChecksAll
| | Boolean | false | Wether the first item checks all the boxes |
| Name | Type | Description |
|----------------|------|----------------------------------------------|
| checked-all | | Emitted when all items are selected |item-checked` | | Emitted when each individual item is checked |
|