var checkedValue = document.getElementById("myCheck").checked;
checkedValue will be equal to 'true' or 'false'