$(function() { $('.payment').on('change', 'label input', function(){ $(this).parent('label').toggleClass('active', $(this).prop('checked')); }); });