---
title: Toggle Group
description: A set of two-state buttons that can be toggled on or off.
source: apps/www/registry/default/ui/toggle-group
primitive: https://www.reka-ui.com/docs/components/toggle-group.html
---
## Installation
```bash
npx shadcn-vue@latest add toggle-group
```
### Install the following dependencies:
```bash
npm install reka-ui
```
### Copy and paste the following code into your project
<<< @/registry/default/ui/toggle-group/ToggleGroup.vue
## Usage
```vue
A
B
C
```
## Examples
### Default
### Outline
### Single
### Small
### Large
### Disabled