cancel
Showing results for 
Search instead for 
Did you mean: 

How to read whether dynamic checkboxes are checked or not

Former Member
0 Kudos

Hi experts ,

I have created number of checkboxes dynamically. I want to read whether they are checked or not. If they are checked I will do some operations and if not checked some different operations are to be done. Please tell me how to read that checkbox is checked or not.

Please help.

Thanks & Regards,

Pratibha

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

xcgfd

Former Member
0 Kudos

Hi pratibhas ,

While creating the checkbox dynamically, you can bind that checkbox with some context attribute of type WDY_BOOLEAN.

Now when you need to see whether a perticular checkbox is selected or not, check it's attributes value whether it is 'X' or ' ' .

Regards,

Vikrant

Former Member
0 Kudos

Hi Vikrant.

Please elaborate me on how to bind the checkbox with attribute. Which attribute of chekbox has to binded ?

Thanks,

Pratibha