Fixed #5479 - Checkbox: new indeterminate state

This commit is contained in:
tugcekucukoglu 2024-03-27 11:40:37 +03:00
parent 5486ec46fe
commit c696989964
5 changed files with 36 additions and 11 deletions

View file

@ -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