Re: [Tutor] Select and deselect for multiple checkboxes in Tkinter

2017-02-17 Thread Alan Gauld via Tutor
On 17/02/17 18:31, Pooja Bhalode wrote: > I am writing to create two buttons, for selecting and de-selecting multiple > checkboxes that I have created previously. These checkboxes have different > variables that they are associated with for their values and thus cannot > create a loop for the

[Tutor] Select and deselect for multiple checkboxes in Tkinter

2017-02-17 Thread Pooja Bhalode
Hi, I am writing to create two buttons, for selecting and de-selecting multiple checkboxes that I have created previously. These checkboxes have different variables that they are associated with for their values and thus cannot create a loop for the same. Is there any way that I could create the