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