I have this Jquery code to be updating checkboxes base on whether a checkbox has been checked. However, This does not fire.
Code
Use ifChanged or ifChecked mentioned in the documentation
$('input').on('ifChecked', function(event){ alert(event.type + ' callback'); });