Here is my HTML code
.isSelected() function will returns you a boolean value "True" or "False" ,depending on that you can check the condition and enable or leave the radio button selected. driver.findElement(By.cssSelector("input[id='26110162']")).isSelected().
Declare a boolean value and store the result then provide an if condiiton to validate