Top Notch Tips About How To Check The Checkbox Is Checked Or Not
}else { console.log('the checkbox is not checked');
How to check the checkbox is checked or not. } is very simple, but work's. If (checkbox.is(':checked')) { console.log('the checkbox is checked');