Hi Peter,
While this issue is being investigated, is there other way to distinguish the sources of the change event between the direct keyboard/mouse input to the checkbox and the indirect API calls below?
$(‘#jqxCheckBox’).jqxCheckBox(‘uncheck’);
$(‘#jqxCheckBox’).jqxCheckBox(‘check’);
Thanks