---
title: Selection
page_title: Selection - ButtonGroup - Kendo UI for Vue
description: "Allow the multiple selection of buttons within the Kendo UI ButtonGroup in Vue projects."
slug: selection_buttongroup_wrapper
canonicalLink: "https://www.telerik.com/kendo-vue-ui/components/buttons/buttongroup/"
position: 4
---

<div><WrapperBanner link="/kendo-vue-ui/components/buttons/buttongroup"></WrapperBanner></div>

# Selection

The ButtonGroup enables you to define a [single](#toc-single-selection) or [multiple](#toc-multiple-selection) selection.  

## Single 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 %}

## Multiple Selection

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 %}

## Suggested Links

* [Kendo UI ButtonGroup for jQuery](https://demos.telerik.com/kendo-ui/buttongroup/index)
* [API Reference of the ButtonGroup Widget](https://docs.telerik.com/kendo-ui/api/javascript/mobile/ui/buttongroup)
