$("#id").prop("checked", true)
$(document).ready(function(){ $("#DepoPlan1").attr("checked", true); });