$(document).ready(function() { $('#btnStatus').click(function(){ var isChecked = $('#chkSelect').attr('checked'); alert(isChecked); }); });