TOP
EN EL
Forms - Checkboxes - Check if checkbox is checked
25 August 2024 Published by Aristotelis Pitaridis
Tools used for this tutorial
jQuery 3.7.1
SHARE

The following code demonstrates how to check if a checkbox is checked or not.

var checked = $("#myCheckBox").is(":checked");