# GroupButtonsMenu ## Usage ```js import { GroupButtonsMenu } from 'asc-web-components'; ``` #### Description Menu for group actions on a page. #### Usage ```js ``` #### Properties | Props | Type | Required | Values | Default | Description | | ------------------ | -------- | :------: | --------------------------- | --------- | --------------------------------------------------------- | | `checked` | `bool` | - | - | `false` | Sets initial value of checkbox | | `menuItems` | `array` | - | - | - | Button collection | | `visible` | `bool` | - | - | - | Sets menu visibility | | `moreLabel` | `string` | - | - | `More` | Label for more button | | `closeTitle` | `string` | - | - | `Close` | Title for close menu button | | `onClick` | `function` | - | - | - | onClick action on GroupButton`s | | `onClose` | `function` | - | - | - | onClose action if menu closing | | `onChange` | `function` | - | - | - | onChange action on use selecting |