Terms of service card listing consent checkboxes with checked ones tinted emerald and a signed footer.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
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"
/>