Terms Acceptance

Terms of service card listing consent checkboxes with checked ones tinted emerald and a signed footer.

Terms of servicev4.2 · Apr 2026
I agree to the updated terms
I consent to data processing
I want product announcements
Signed on Apr 23, 2026

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

Import & use
import { Legal11 } from "@/components/beste/piece/legal11";

<Legal11
  title="Terms of service"
  version="v4.2 · Apr 2026"
  clauses={[
    {
      "label": "I agree to the updated terms",
      "accepted": true
    },
    {
      "label": "I consent to data processing",
      "accepted": true
    },
    {
      "label": "I want product announcements"
    }
  ]}
  agreementStatus="Signed on Apr 23, 2026"
/>