function checkOff($) { var checkbox = $('.popupContent span[aria-checked="false"]'); if (!!checkbox) { checkbox.click(); checkOff($); } } checkOff($);