I have many radio buttons on my screen. When a radio button is selected, it has an attribute of checked. When the radio button is not selected, the checked attribute is not
Unfortunately the accepted answer is not valid in the case reported.
For some reason for Cr and FF non-existing attributes return empty string rather than null.
Issue linked: https://github.com/SeleniumHQ/selenium/issues/2525