How can I assign a default value to a radio button and make sure that value is saved even if the user doesn't interact with a radio button component?
for instance, if I have local!radioButtonDefaultValue: false
I see that the No label is selected, when value field of the component is set to local!radioButtonDefaultValue but the value itself isn't saved automatically unless the user interacts with the radio button component. I want to save the false value even if there is no interaction with the component.
Discussion posts and replies are publicly visible
Hi Amit, You can set the value as true or false in your process variable itself , so when your process starts , your rule input will have by default value from the pv. you can also save this value in any other field's saveInto. i hope it helps.