Whether the checkbox is currently checked.
bool get value => _value;
Sets the checked state and invalidates the paint cache.
set value(bool v) { _value = v; _invalidateCache(); }