DocumentationComponentsLabelLabelRenders an accessible label associated with controls.Radix DocsAPI ReferenceImportimport { Label } from '@chimera-ui/components'Usage Accept terms and conditions<Checkbox.Root className="CheckboxRoot" defaultChecked id="c1" > <Checkbox.Indicator className="CheckboxIndicator"> <NoDisplayName /> </Checkbox.Indicator> </Checkbox.Root> <Label.Root htmlFor="terms"> Accept terms and conditions </Label.Root>InputMenubar