$(function () { $(".checkbox").change(function () { if ($(this).is(":checked")) { // $(".DigerInputAdı").show(); } }); });