Hi,
I want to validate checkbox column based on another. Below are the validations:
- If column ‘Yes’ unchecked then column ‘YesYes’ should be unchecked
- If column ‘Yes’ unchecked and if user is trying to check ‘yesyes’ column then alert should be displayed.
Please check the below code for reference.
https://jsfiddle.net/8qkta5hw/5/
Thanks