I have attached a function (comhelms) to my check button. It works normally by calling the function when I check the box. However, unchecking the box calls the function as well. How can I avoid this?
i = Checkbutton(helmsframe, variable = helmscblist[i], command = comhelms)