Hello! Looks like you have List items, not radiobuttons. We can't reproduce it. Please add this code on List item Click event:
prealert($(this).text());/pre
and delete all other events to see is there an alert or not.
One more thing - your service returns thousands of records and you map all of them to List item and it's really slows down the app. Perhaps you should change your app logic.