RATE THIS ANSWER
0
Click to Vote:
0
0
You just need to assign the desired value to each one of the checkbox items from the when-button-pressed trigger of the button.
For example, if the 'value_when_checked' property of your checkboxes is 1, your trigger should be something like this:
:your_block.your_checkbox_1 := 1;
:your_block.your_checkbox_2 := 1;
:your_block.your_checkbox_3 := 1;
...
:your_block.your_checkbox_10 := 1;
Last Answered:
Oct 22 2009 3:23 PM GMT by Carlosdl 
29805 pts.