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.

set_text_action

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.

select_check_box1

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.

select_radio_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.