tristate property

bool tristate
final

Whether to enable tristate mode.

When true, the checkbox can have three states: true, false, or null. Defaults to false.

Implementation

final bool tristate;