"use client" import { Checkbox } from "@/registry/ui/checkbox" import { Label } from "@/registry/ui/label" export default function CheckboxDemo() { return (

By clicking this checkbox, you agree to the terms and conditions.

) }