tristate property

bool tristate
final

Whether the checkbox supports indeterminate state cycling.

When true, user interaction cycles through: checked -> unchecked -> indeterminate. When false, only toggles between checked and unchecked states. The indeterminate state can still be set programmatically regardless of this setting.

Implementation

final bool tristate;