In Flex, how do I create a CheckBox that can't be un-checked?
Posted
by FigBug
on Stack Overflow
See other posts from Stack Overflow
or by FigBug
Published on 2010-04-01T15:21:10Z
Indexed on
2010/04/01
15:23 UTC
Read the original article
Hit count: 266
In Flex, how do I create a CheckBox that can't be un-checked? I run a function when the checkbox is clicked. If that function encounters an error, I want the state of the checkbox to remain the same. How do I do that?
© Stack Overflow or respective owner