---
title: Switch
description: A control that allows the user to toggle between checked and not checked.
author:
name: imskyleen
url: https://github.com/imskyleen
---
## Installation
## Usage
```tsx
```
## Props
### Animate UI props
## Credits
- We use [Radix UI](https://www.radix-ui.com/primitives/docs/components/switch) for the switch component.
- We take our inspiration from [Shadcn UI](https://ui.shadcn.com/docs/components/switch) for the switch style.