jQuery if checkbox is checked

if ($('input.checkbox_check').is(':checked')) {

Leave a Comment