svileff,
пробуйте
addEventListener("load", function() {
(function(b) {
var e = document.querySelectorAll(b),
a = localStorage.getItem(b),
a = (a = JSON.parse(a)) || (a = {}, localStorage.setItem(b, JSON.stringify(a)));
var time = 100;
e.forEach(function(c, d) {
if(a[d] == true) {time += 150, window.setTimeout(function() {
$(c).trigger("click")
}, time)};});
document.addEventListener("click", function() {
e.forEach(function(c, d) {
a[d] = c.checked;
})
localStorage.setItem(b, JSON.stringify(a))
})
})(".t-checkbox.js-store-filter-opt-chb");
});