value property

bool? value
final

The current value of the checkbox.

true = checked, false = unchecked, null = indeterminate. Indeterminate state is only reachable when tristate is true.

Implementation

final bool? value;