Published
- 1 min read
jquery checkbox checked value
The solution for this is noted below
jquery checkbox checked value
Solution
if ($('#check_id').is(':checked')) {
// it is checked
}
Try other methods by searching on the site. That is if this doesn’t work