24.0
trying to pre-select a radio (that's not the first one) upon opening a view has an unexpected result

to replicate, edit DemoCheckboxRadio.wo in the WebOrderMobile workspace. Comment out or remove all the WebGroups except for WebGroup3 and add this OnBeforeShow method to the cWebview

Code:
Procedure OnBeforeShow
     Send SetSelected of oWebRadio3     
End_Procedure

you get this result
Click image for larger version. 

Name:	Screenshot 2025-01-01 112413.png 
Views:	24 
Size:	27.9 KB 
ID:	17252

seems like the first radio receives the focus, but I have been unable to create a workaround for it

thanks