---
title: Radio Group
description: A set of checkable buttons—known as radio buttons—where no more than one of the buttons can be checked at a time.
author:
name: imskyleen
url: https://github.com/imskyleen
---
## Installation
## Usage
```tsx
Radio 1
Radio 2
Radio 3
```
## Props
### Animate UI props
#### RadioGroupItem
## Credits
- We use [Radix UI](https://www.radix-ui.com/primitives/docs/components/radio-group) for the radio group component.
- We take our inspiration from [Shadcn UI](https://ui.shadcn.com/docs/components/radio-group) for the radio group style.