if($("#no_more label input")[0].checked==true){ тут надо выбрать этот label }
$("#no_more label input").click(function () { $(this).parent("label").toggleClass("checked"); });