---
title: Switch
description: Switches are a pleasant interface for toggling a value between two states, and offer the same semantics and keyboard navigation as native checkbox elements.
author:
name: imskyleen
url: https://github.com/imskyleen
---
## Installation
## Usage
```tsx
```
## Props
### Animate UI props
## Credits
- We use [Headless UI](https://headlessui.com/react/popover) for the popover component.
- We take our inspiration from [Shadcn UI](https://ui.shadcn.com/docs/components/popover) for the popover style.