Hi
What is the the corrct syntact to see if a checkbox has been checked.
I have tried a few things.
Stackoverflow suggests this but alert returns not checked in both cases
if (Apperyio("petboarding").checked) {
alert('PB Checked');
}
else {
alert('PB NOT Checked');
}
Thank you