Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.

checkbox

Avatar

Level 3

Hi,

Could you please help me on this question:

Is it possible to populate items into the checkbox caption in order to be able to select those values??

Thanks in advance,

Diana

4 Replies

Avatar

Level 10

You can set the Caption text of Checkbox at run time by using the below script..

     xfa.resolveNode("chkEmployment.caption.value.#text").value  = "NewText";

Thanks

Srini

Avatar

Level 3

Ok thank you, Srini,

is it then possible to embed those checkboxes (the amount of the would be variable) into a listbox or dropdown list?

Thanks,

Diana

Avatar

Level 10

I don't think you can embed the check boxes into a Listbox or Dropdown. Because those are separate field types.

Thanks

Srini