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.

Radio Buttons

Avatar

Level 2

Is there a way to change the caption or value of a radio button on selection? Default unmark and caption on left say "Clean" after selection mark and caption change to somthing else.

2 Replies

Avatar

Level 7

In the click event of the radio button you put (in formcalc)

$.caption.value.#text="new text" // put whatever you want it to change to in the ""

The box will automatically select when you click on it.

Avatar

Level 2

Thank You.

It work fine. I have to save the form as Dynamic in order to work.