Comments on: Python Tkinter Check Button https://coderslegacy.com/python/python-gui/python-tkinter-check-button/ Imparting knowledge to the Future Sat, 06 Nov 2021 16:42:02 +0000 hourly 1 By: Siddiqi https://coderslegacy.com/python/python-gui/python-tkinter-check-button/#comment-1015 Sat, 06 Nov 2021 13:30:01 +0000 https://codersrefuge.000webhostapp.com/?page_id=956#comment-1015 In reply to Suzuki.

Thank you for your response! It helps us improve the site for others.

]]>
By: Suzuki https://coderslegacy.com/python/python-gui/python-tkinter-check-button/#comment-1014 Fri, 05 Nov 2021 11:09:37 +0000 https://codersrefuge.000webhostapp.com/?page_id=956#comment-1014 In the first sample code,

I think text = “Option1” and  text = “Option2”  are missing in line 12 and 15.

Also, we need  root.mainloop()  in the last line.

And thank you for writing this article.

]]>