Hey ArenMook,
I just wanted to add a feature request, up to you whether you deem it worthy of inclusion or not of course.
I have a list of goals in my level with checkboxes that are turned on or off after a user completes certain tasks. These goals can be viewed in the pause menu, and I do not want the user to be able to turn them on and off himself. I am using the UIToggle for this, but I had to hack it and remove line 158 (void onClick...) to prevent the user from being able to do this.
So maybe the UIToggle could have a way to turn the onClick function on or off from the editor?
My problem is that I actually want to use the onClick function on my UIToggles in my Settings