show/hide this revision's text 2 added a checkbox status checking line
$("form #mycheckbox").attr('checked', true);

and if you want to check if a checkbox is checked or not:

$('form #mycheckbox').is(':checked');
show/hide this revision's text 1

$("form #mycheckbox").attr('checked', true);