chickadee » qobischeme-ui » define-toggle-button

(define-toggle-button column row name variable method)syntax

Define a toggle button. A wrapper around define-button which you can look to for details. Will flip the truth value of the variable variable and call method with no arguments.