var is_created = $("#is_created").attr("checked"); alert(is_created);
?
js代码基本就是判断是否选择,结果状态为bool值,即选中为true,反之false。