I have a javascript routine that is performing actions on a group of checkboxes, but the final action I want to set the clicked checkbox to checked or unchecked based on if
function CHeck(){ var ChkBox = document.getElementById("CheckBox1"); alert(ChkBox.Checked); }