Javascript Javascript Get The Status Of CheckBox April 24, 2015 Pramod T P Leave a comment The status can be read as follows alert(document.getElementById(‘checkbox1′).checked); If the CheckBox will be checked, this alert will return TRUE.