$(function(){ $('input[type=checkbox]').on('change', function(){ $(this).prop('checked')? $(this).next().text('Закрыто'): $(this).next().text('Открыто') }) })($)