My app is just a bit sluggish. Users, of course, are a bit impatient. If the checkbox does not check immediately, it gets picked a second time, then it looks like nothing happens. Buttons have a great feature called "AutoDisableOnSelect" that prohibits the dreaded double-click. I wish for the same feature for checkboxes.
Before you ask me to request this feature, I would like to know if anyone has a work-around. Setting a true/false variable to toggle using "OnCheck" or "OnSelect" does not seem to work. It waits before the box checks. The delay is prior to the box checking. That is the period of time I need it disabled.
Any ideas?