Get the value of checked checkbox? October 7, 2022 by Tarik None of the above worked for me but simply use this: document.querySelector('.messageCheckbox').checked;