603
function getCheckBoxValue() {
alert(document.getElementById('{!$Component.myForm1.pb1.pbs1.checkbox1}').checked);
}