Methods

The Checkbutton widgets support the standard Tkinter Widget interface, plus the following methods:

deselect()

Deselect the button.

flash()

Redraw the button several times, alternating between active and normal appearance.

invoke()

Call the command associated with the button.

select()

Select the button.

toggle()

Toggle the selection state.