ButtonToggleGroup Web Component
npm install @finastra/button-toggle-group


The is used to group or items for performing certain actions.
```
npm i @finastra/button-toggle-group
`ts`
import '@finastra/button-toggle-group';
...
#### Properties
| Property | Attribute | Type | Default | Description |
|-----------------|------------------|------------------|---------|-----------------------------------------|
| dense | dense | boolean | false | Make the button toggle smaller |selectedIndex
| | selected-index | number | 0 | Index of current selection, starts at 0 |toggleButtons
| | | ButtonToggle[] | | |value
| | | string | "" | Current selected value |
#### Events
| Event | Description |
|----------|-----------------------------------|
| change` | Fired when selected value change. |