// @ts-check /** * @param {object} el - jQuery object */ function ifCheckboxesChecked (el) { return el.is(':checked'); }