Toggle Switch

Setting row with label, supporting copy, and a sliding switch that turns emerald when on.

Two-factor authenticationRequire a verification code at sign-in.

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

Import & use
import { Form21 } from "@/components/beste/piece/form21";

<Form21
  label="Two-factor authentication"
  description="Require a verification code at sign-in."
  on={true}
/>