value property

bool? value
final

Whether this checkbox is checked.

When tristate is true, a value of null corresponds to the mixed state.

Implementation

final bool? value;