A two-state button that can be either on or off.
npx shadcn@latest add toggle
import { Toggle } from "@/components/ui/toggle"
<Toggle>Toggle</Toggle>
On This Page