Python Programming GUI - Checkbutton Widget
by matt392 in Circuits > Software
1160 Views, 6 Favorites, 0 Comments
Python Programming GUI - Checkbutton Widget

Program that demostrates the Checkbutton widget in Python.
File attached as CheckButtonDemo.py.
This program will take the checkbox and write out a short message indicating to the user that they had selected a particular box. If "1" is in the text box, that means that they selected that checkbox.