Toggle Row

Row with a bold label, secondary description, and a switch that slides on or off.

Email notificationsGet updates when teammates comment

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Input3 } from "@/components/beste/piece/input3";

<Input3
  label="Email notifications"
  description="Get updates when teammates comment"
  enabled={true}
/>