<html><head><script type="text/javascript">window.onload=function(){ alert(document.getElementById('chk1').value);}</script></head><body><input type="checkbox" id="chk1" value="foo" /></body></html>