Код: Выделить всё
if (updateShowcasedProducts.length == 12) {
document.querySelectorAll('input[type="checkbox"]:not(:checked)').disabled = true;
}
Подробнее здесь: https://stackoverflow.com/questions/656 ... d-checkbox
Код: Выделить всё
if (updateShowcasedProducts.length == 12) {
document.querySelectorAll('input[type="checkbox"]:not(:checked)').disabled = true;
}