Hi I'm having some issue with UIToggleObjects, I have setup a sample scene with some boxes and checkboxes, like on this image:

Then I setup the script uitoggleobjects to when the first check box is checked, show box one, and hide all others except the first (this I do the same with the others but changing the box to show depending of the checkbox).
Also i put all the checkboxes in the same group (ex: 1), and I set the first checkbox to Starting State true.
Then I disable all the boxes and the panel.
Finally I hit play and enable the panel, and this happens:

It suppose to hide all objects, with except of the first box, because that is checked true, but all the boxes with the exception of the last are showed.
I don't know why this is happening, if some one has a clue?