Encoder for a Setting that manages a bool.
Encoder<bool> boolEncoder() { return BoolSettingValue.new; }