Skip to content

Commit

Permalink
feat(Checkbox): add indeterminate state to the checkbox definition
Browse files Browse the repository at this point in the history
  • Loading branch information
m-meier authored Jun 21, 2024
1 parent 197715f commit 606831c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/primevue/src/checkbox/Checkbox.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,10 @@ export interface CheckboxSlots {
* State of the checkbox.
*/
checked: boolean;
/**
* Indeterminate state of the checkbox.
*/
indeterminate?: boolean | undefined;
/**
* Style class of the icon.
*/
Expand Down

0 comments on commit 606831c

Please sign in to comment.