I’m having to modify some existing code for a radio button that has a bunch of logic based around the value and Id for a radio button. All I really need to do is change the label and I don’t really want to modify the generated input tag since it breaks the messy logic. Does anyone know how to do this server side? Many thanks!
Share
I ended up changing it client side.