Merhaba,
Stilli derken?
Şu an, tüm checkboxları ve radioları check ediyorsun sadece, ortada bir stil mevzu bahis bile değil ki.
Stil plugins tarafından ekleniyor.
ch.wrapper = $('<span class="' + settings.cls + ' ' + elClass + '"><span><span class="checkboxplaceholder"></span></span></span>');
ch.wrapperInner = ch.wrapper.children('span:eq(0)');
ch.wrapper.bind({
"click" : function(e) { $ch.trigger('click'); return false; },
"mouseover" : function(e) { ch.wrapperInner.addClass('hover'); },
"mouseout" : function(e) { ch.wrapperInner.removeClass('hover'); },
"mousedown" : function(e) { ch.wrapperInner.addClass('pressed'); },
"mouseup" : function(e) { ch.wrapperInner.removeClass('pressed'); }
});Plugins checkbox fonksiyonunun içi
stilleri tag üzeriniden veriyosanız bi sıkıntı olmaması gerek fekat class veriyorsanız ki muhtemel böyle append ettiginiz checkboxlara verdiğiniz class isimlerinide ekleyiniz
stillere tag üzerinden değil, tipinden (<input type="radio"> stil veriliyor.
ekstra olarak div vs ekleniyor o yüzdne çalışmıyor