Skip to Content
0
Former Member
Oct 20, 2005 at 09:35 AM

Check a checkbox of a checkboxgroup programmatically

79 Views

Hi!

How can I set a checkbox which is part of a checkboxgroup to 'Checked'?

I tried:

for (int i = 0; i < wdContext.nodeIt_Custom().size(); ++i) {

wdContext.nodeIt_Custom().isMultiSelected(i);

}

... but it doesn't work, unfortunately.

Would be great, if you could help me.

Thanks,

Timo