Row with a bold label, secondary description, and a switch that slides on or off.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Input3 } from "@/components/beste/piece/input3";
<Input3
label="Email notifications"
description="Get updates when teammates comment"
enabled={true}
/>