i just tzCheckbox as fancy ON/OFF and under IE8 i have error in this line
// Creating the new checkbox markup:
var checkBox = $('<span>', {
class: 'tzCheckBox ' + (this.checked ? 'checked' : ''),
html: '<span class="tzCBContent">' + labels[this.checked ? 0 : 1] +
'</span><span class="tzCBPart"></span>'
});
and error says: expected identifier, string or number.