<script></script>
Sonrasında document ready tanımlayın ve içine verdiğim kodu yazın.
<script>
$( document ).ready(function() {
$('.guest-checkbox input[name="author-guest"]').prop('checked', true);
});
</script>
Olması lazım.
<script></script>
<script>
$( document ).ready(function() {
$('.guest-checkbox input[name="author-guest"]').prop('checked', true);
});
</script>