I am using radio buttons to sort through paginated results. However, whenever the button is clicked and auto-submitted, it becomes unselected. I want to keep the button selected
Do this server-side. Set the attribute checked="checked" in the radio button that is selected.
checked="checked"