$('#{{ oUIBlock.GetId() }}').parent().on('click', function() { let oInput = $(this).find('.ibo-toggler'); if (!oInput.prop('disabled')) { oInput.prop('checked', !oInput.prop('checked')); oInput.trigger('change'); } });