cancel
Showing results for 
Search instead for 
Did you mean: 

Check box auto selection in UI

Former Member
0 Kudos

Hello All,

I have few check boxes and need to mark the auto selection of few checkboxes.

How can I achieve it. By setting the Is checked property I don't see the check box value marked.

Give me hint how to achieve this case?

Best Regards,

Suresh S

Accepted Solutions (0)

Answers (1)

Answers (1)

govardan_raj
Contributor
0 Kudos

Hi suresh,

If you want to make auto select of the check box then you need to create a attirbute of boolean type and bind this to the check box , then at code level set true or false which makes the check box selected and un selected.

wdcontext.currentcontextelement.setcheckbox1(true);

here checkbox1 is boolean attribute binded to the check Box.

Regards

Govardan Raj S