indeterminateToChecked property

  1. @Input()
bool indeterminateToChecked
getter/setter pair

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;