RE: [flexcoders] CheckBox Question, want to confirm before toggle

2008-07-22 Thread Alex Harui
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... ?

 



[flexcoders] CheckBox Question, want to confirm before toggle

2008-07-22 Thread tchredeemed
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... ?