2.6.0 Radio Buttons not working on IIS

Hello @Abhijit I am thinking this could be the same as this issue:-

So I nested the controls in different cards and all worked fine…
So you tried something like:-

New-UDCard -Title "Radio Test" -Content {
New-UDInputField -Type ‘radioButtons’ -Name ‘Path’ -Placeholder @(
“LON”,“ESC”,“HKG”,“NYC”
) -Values @(
“\London”,
“\Eschborn”,
“\HongKong”,
“\NewYork”)
}

I havent tested this but hoping this will solve your issue? Let me know. Thanks