In Flex, how do I create a CheckBox that can't be un-checked?
- by FigBug
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?