asked on October 12, 2022
Hello,
Essentially what the title says. I want to be able to run an if statement when a user unchecks a checkbox. This I would assume is similar to the code used for when a user checks a checkbox, but I've tried a lot of variations and have found nothing that works. This is the code I currently use for when a checkbox is checked:
if($('input[id = "Field54-0"]').is(':checked')) {
Any help will be much appreciated.
Thank you!
0
0