Hi Chinthan,
Thanks for the clarification. Can you also answer the second question in the thread. if a checkbox is to be tested if it is checked or unchecked, what is the correct test?
if A is Empty is not working (checked or checked it is always giving true)
if A is equal to True (when Checked) and if A is equal to False (when unchecked) is also not working
Thanks