Variable: widget-choice-toggle
widget-choice-toggle is a customizable variable defined in
wid-edit.el.gz.
Value
nil
Documentation
If non-nil, a binary choice will just toggle between the values.
Otherwise, the user will explicitly have to choose between the values when he invoked the menu.
Source Code
;; Defined in /usr/src/emacs/lisp/wid-edit.el.gz
(defcustom widget-choice-toggle nil
"If non-nil, a binary choice will just toggle between the values.
Otherwise, the user will explicitly have to choose between the values
when he invoked the menu."
:type 'boolean
:group 'widgets)