don't react on clicks for checkable buttons
clicked is distinct from doubleclicked and not the correct handler to use for checkable buttons because of that. use toggle instead.
clicked is distinct from doubleclicked and not the correct handler to use for checkable buttons because of that. use toggle instead.