I created a samble checkbox:
<mx:CheckBox label="checkbox"/>
Is there any way to disable checkbox state changing when clicking on it’s label?
Checkbox should change is’s state only when i click
[V]
but do not change state when i click it’s label
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should be able to glue a checkbox and a non-interactive label together to get the behavior you’re looking for:
It’s more wordy, but you could probably wrap it up in a Component, if you really want.