I want to define a key, which, if set, sets a boolean variable to false.
The documentation is not clear on that point. It states (source3.pdf, sect. 87, p. 134):
Defines
<key>to set<bool>to<value>(which must be eithertrueorfalse).
However, I cannot see where to put the false value in the key definition. <value> is not present in the synopsis. It seems that the default behaviour is to set <bool> to true.