Whether the checkbox is interactive.
bool get enabled => _enabled;
Sets the enabled state and invalidates the paint cache.
set enabled(bool v) { _enabled = v; _invalidateCache(); }