Вмикаємо по черзі всі checkbox на сторінці
(function() { const $checkboxes = $('input[type="checkbox"][data-lic_id="2"]'); let index = 0; function clickNext() { if (index >= $checkboxes.length) { console.log('Готово!'); &