How To Init a Radio Button

I am struggling with a simple radio button :dizzy_face:

Radio Button EpBinding = TransView.isToday
I am setting the value within an event with row-update. This event is being called on window load.
image

This initializes properly, but the radio button does not highlight the ‘default’ unless actually manually clicked:
image

After Clicking:
image

image

Can this be defaulted without the requirement to actually physically click on one of the options? I wish for this to appear clicked when the form loads.

Try using the oncreate event of the control

3 Likes

This worked for me!

2 Likes