indeterminateToChecked property
Determines the state to go into when indeterminate state is toggled.
true will go to checked and false will go to unchecked.
Implementation
@Input()
bool indeterminateToChecked = false;
Determines the state to go into when indeterminate state is toggled.
true will go to checked and false will go to unchecked.
@Input()
bool indeterminateToChecked = false;