...
Associate descriptive text with form controls.
npx neobrutal add labelimport { Label } from '@/components/ui/label'<div className='flex items-center gap-2'>
<Checkbox id='terms' />
<Label htmlFor='terms'>Accept terms and conditions</Label>
</div>