tristate property
Whether the checkbox supports three states including indeterminate.
When true, clicking cycles through: checked -> unchecked -> indeterminate -> checked. When false, only toggles between checked and unchecked. Defaults to false.
Implementation
final bool tristate;