You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Dear Support,

When i am using a checkboxes and code was ran. I would like to see a checked checkbox, not a empty checkbox by default.

How can i set the checkbox Checked.true ?

I used this code: 

FormRowSet f = new FormRowSet();

f.setMultiRow(true);

FormRow r1 = new FormRow();

r1.put(FormUtil.PROPERTY_VALUE, "OK");

r1.put(FormUtil.PROPERTY_LABEL, "OK");

f.add(r1);

Thx.

  • No labels