mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Fixed #5479 - Checkbox: new indeterminate state
This commit is contained in:
parent
5486ec46fe
commit
c696989964
5 changed files with 36 additions and 11 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 input state as indeterminate.
|
||||
* @default false
|
||||
*/
|
||||
indeterminate?: boolean | undefined;
|
||||
/**
|
||||
* When present, it specifies that the component should have invalid state style.
|
||||
* @defaultValue false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue