import { Checkbox } from "@/styles/base-nova/ui/checkbox" import { Field, FieldContent, FieldDescription, FieldGroup, FieldLabel, } from "@/styles/base-nova/ui/field" export function CheckboxDescription() { return ( Accept terms and conditions By clicking this checkbox, you agree to the terms and conditions. ) }