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