Generating AI answer…
Evaluate if at least one checkbox is active across all groups // if (totalChecked === 0) { // alert('Please select at least one option before proceeding.'); // // Stop the form from … submitting // event.preventDefault(); // return false; // } // // Validation passes, form will submit normally // return true; // }); $( document ).ready( function () { var base_url