$(':checkbox').focus(function () { $(this).next().addClass('класс'); }).blur(function () { $(this).next().removeClass('класс'); });