import { Checkbox } from "@/examples/base/ui/checkbox" import { Field, FieldContent, FieldDescription, FieldGroup, FieldLabel, FieldLegend, FieldSet, FieldTitle, } from "@/examples/base/ui/field" import { Select } from "@/examples/base/ui/select" export function CheckboxFields() { return ( I agree to the terms and conditions Accept terms and conditions Subscribe to newsletter Receive weekly updates about new features and promotions. Enable Touch ID Enable Touch ID to quickly unlock your device.
Preferences Select all that apply to customize your experience. Dark mode Compact view Enable notifications
Invalid checkbox Disabled checkbox
) }