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