How to check a value of a checkbox
-
Hello,
I’m trying to do execute functions based on checkbox selections. What is the syntax to check a particular selection. Let’s say I have 3 choices blue, green and yellow. I want to execute blue_checked() function if blue choice is checked and if the blue choice is unchecked I want to execute blue_unchecked(). So a total of 6 functions (onchecked and onunchecked) for 3 choices.
Thank you.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to check a value of a checkbox’ is closed to new replies.