mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Refactor #5176 - invalid property added
This commit is contained in:
parent
b42c9eb7ee
commit
a9a254915c
54 changed files with 198 additions and 12 deletions
5
components/lib/checkbox/Checkbox.d.ts
vendored
5
components/lib/checkbox/Checkbox.d.ts
vendored
|
@ -111,6 +111,11 @@ export interface CheckboxProps {
|
|||
* @default false
|
||||
*/
|
||||
binary?: boolean;
|
||||
/**
|
||||
* When present, it specifies that the component should have invalid state style.
|
||||
* @defaultValue false
|
||||
*/
|
||||
invalid?: boolean | undefined;
|
||||
/**
|
||||
* When present, it specifies that the element should be disabled.
|
||||
* @default false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue