title | page_title | description | slug | canonicalLink | position |
---|---|---|---|---|---|
Selection |
Selection - ButtonGroup - Kendo UI for Vue |
Allow the multiple selection of buttons within the Kendo UI ButtonGroup in Vue projects. |
selection_buttongroup_wrapper |
4 |
The ButtonGroup enables you to define a single or multiple selection.
The following example demonstrates a single selection of buttons within the ButtonGroup.
{% meta height:350 %} {% embed_file buttongroup/selection/single/main.vue preview %} {% embed_file buttongroup/selection/single/main.js %} {% endmeta %}
The following example demonstrates a multiple selection of buttons within the ButtonGroup.
{% meta height:350 %} {% embed_file buttongroup/selection/multiple/main.vue preview %} {% embed_file buttongroup/selection/multiple/main.js %} {% endmeta %}