0
Q:

get the state of a checkbox

document.getElementById("checkbox").checked;
6
function checkAddress()
{
    var chkBox = document.getElementById('checkAddress');
    if (chkBox.checked)
    {
        // ..
    }
}
0

New to Communities?

Join the community