mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #4511
This commit is contained in:
parent
d65bda79f0
commit
437818c7f2
32 changed files with 62 additions and 62 deletions
4
components/lib/checkbox/Checkbox.d.ts
vendored
4
components/lib/checkbox/Checkbox.d.ts
vendored
|
@ -159,11 +159,11 @@ export interface CheckboxProps {
|
|||
/**
|
||||
* Establishes relationships between the component and label(s) where its value should be one or more element IDs.
|
||||
*/
|
||||
'aria-labelledby'?: string | undefined;
|
||||
ariaLabelledby?: string | undefined;
|
||||
/**
|
||||
* Establishes a string value that labels the component.
|
||||
*/
|
||||
'aria-label'?: string | undefined;
|
||||
ariaLabel?: string | undefined;
|
||||
/**
|
||||
* Used to pass attributes to DOM elements inside the component.
|
||||
* @type {CheckboxPassThroughOptions}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue