feat(Checkbox): add indeterminate state to the checkbox definition
parent
197715f102
commit
606831c1c7
|
@ -225,6 +225,10 @@ export interface CheckboxSlots {
|
||||||
* State of the checkbox.
|
* State of the checkbox.
|
||||||
*/
|
*/
|
||||||
checked: boolean;
|
checked: boolean;
|
||||||
|
/**
|
||||||
|
* Indeterminate state of the checkbox.
|
||||||
|
*/
|
||||||
|
indeterminate?: boolean | undefined;
|
||||||
/**
|
/**
|
||||||
* Style class of the icon.
|
* Style class of the icon.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue