value property

bool? value
getter/setter pair

The current checkbox state.

null represents the indeterminate state, shown when nullable is true or when owners hold differing values.

Implementation

bool? value;