CheckBox gets converted to Button in Flex
- by Ravz
Hi,
I am new to Flex, so please bear with me.
I have encountered a strange problem.
There's a ActionScript class which dynamically creates basic UI element.
So I create RadioButton as
var rBtn:RadioButton = new RadioButton();
and then put it in a Panel Container.
The problem is that it appears to be a Button. However it behaves like RadioButton.
I have found this problem with one more guy who has posted it here.
CheckBoxes and RadioButton looks like Push Buttons.
Please help me out with this.
Thanks.