It seems like click events are not fired on a field that is controlling the visibility on another field or group. I have a checkbox that controls visibility of a layout group, but any time the checkbox value is changed, I want to fire a container reset for the group so that the controls there need to be re-entered. I have also tried to fire custom javascript function. I must remove the visibility dependency in order for these click events to fire. This means I need to write lots of extra code to control the visibilty, perform the reset and somehow maintain the form state for the next time the form is opened. Is there some direct way to solve this issue?