indeterminate method

void indeterminate()

Sets the checkbox state to indeterminate.

Notifies listeners of the state change. Used for tri-state checkboxes to indicate a partially selected or mixed state.

Implementation

void indeterminate() {
  value = CheckboxState.indeterminate;
}