I have this Jquery code to be updating checkboxes base on whether a checkbox has been checked. However, This does not fire.
Code
I just added this globally and it does the trick for me.
$(".i-checks input").on('ifChanged', function (e) { $(this).trigger("change", e); });