Here is my HTML code
You can try any of this method:-
selenium.isChecked(Locator);
List radio = driver.findElements(By.name("address")); radio.get(0).getAttribute("checked"));
Hope it will help...