This topic is locked

Field Events on iPhone Checkbox

1/12/2026 17:47:37
iPhoneCheckbox plugin support forum
D
druck281 author

I love the iPhone Checkbox plug-in and use it in several places in my application built in v11.1. Today is the first time I tried binding a field event to one. I noticed that Field Events do not execute when using that specific Edit control. I did some simple testing just creating a field event with

ClientBefore

console.log("Test");
return false;

I tied this to every event option and nothing triggers the Field Event. As soon as I change to a standard checkbox or a lookup field type, the Field Event executes as expected. I have the most recent version of the plugin. Any idea how to force the events to execute when the control is updated?

To make sure I wasn't missing anything, I updated to v11.2 Build 44106 and get the same result.

Thanks!