--- title: Toggle description: A two-state button that can be either on or off. base: base component: true links: doc: https://base-ui.com/react/components/toggle api: https://base-ui.com/react/components/toggle#api-reference --- ## Installation Command Manual ```bash npx shadcn@latest add toggle ``` Install the following dependencies: ```bash npm install @base-ui/react ``` Copy and paste the following code into your project. Update the import paths to match your project setup. ## Usage ```tsx import { Toggle } from "@/components/ui/toggle" ``` ```tsx Toggle ``` ## Examples ### Default ### Outline ### With Text ### Small ### Large ### Disabled