I saw youtube upgrade guide
but I can't understand...
this is my previous code(2.6.3)
checkBox.GetComponent<UICheckbox>().eventReceiver = anyGameObject;
checkBox.GetComponent<UICheckbox>().functionName = "WhenActivate";
How can I change this codes to using UIToggle(3.0.4)?