<script>
$(document).ready(
function
() {
$(
'#treeview input[type="checkbox"]'
).attr(
'checked'
,
);
});
</script>