There's probably a way involving stopImmediatePropagation, but why not just let them check it and then confirm and uncheck it if not confirmed?
________________________________ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tchredeemed Sent: Tuesday, July 22, 2008 10:13 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] CheckBox Question, want to confirm before toggle When someone clicks on the checkbox, I want them to confirm before the checkbox is toggled. Basically, how can I have the click on the checkbox not toggle it, and ill toggle it myself... ?