This is a minor update version, providing 3 new features:
Dynamically change the text of label supported.
Now we can change the content of text label during the simulation.
Allow setting select state of multiple check boxs within a group.
We can put several check boxes into a group, thus we can set their select state with one action.
Allow unselecting sibling radio buttons within a group when selecting on of them.
We can also put several radio buttons into a group, thus we can uncheck other buttons when clicking on one button.
We have also fixed four bugs in this version:
[Bug_0048] Double click customized element to add, some elements are moved to incorrect location.
[Bug_0049] Double click customized element to add, new elements should be selected.
[Bug_0050] The color of text label should be changed when it is disabled.
[Bug_0051] The action to change Text Edit Box value should support multiline editing.