Just been fiddling around with UICheckbox. I have my checkboxes and they click and then the bool parameters updates in the function I specified.
Everything as I expect, however when I come back to the menu later, the ticks are reset back to their defaults, therefore is it was true and then I set the value to false.
Next time I go back the variable is still false but the menu is back to true. So already they have become out of sync.
Maybe I am missing something simple, such as linking a variable that makes a connection so that it reads what value the variable is and updates when the menu appears.
--
By the way, embarrassingly I have only just discovered that you have a front end to your website and I discovered your documentation page.
http://www.tasharen.com/?page_id=197and this
http://www.tasharen.com/ngui/docs/annotated.htmlI can't believe I missed it after all this time.

All I have only been using is a few online tutorials. I genuinely thought the forums were your entire site, since clicking home takes you to here and there are no other links to get back to the main area. Stupid me.