The buttons are set to "Switch until released" - mouse down - changes to true, mouse up - changes back to false. The buttons have a default value of false (not switched). What happens is, when the buttons are clicked, their default value changes to true ie they stay in the switched state even after they are released. After closing the vi, I change the default value back to false, and make the current value the default, and save the vi. When I run the vi again and click the button, it changes to a default value of true (ie the button stays in its switched state even after I release it). So basically, the buttons reverse their normal logic when they are clicked. I hope this is clear 🙂
Bill F