I have created website where I have radio buttons.
When I look them in Chrome, they looks fine.
But when I open them in IE, they looks like checkbox. They have square radio.
I tried with below CSS,
.radio, input[type=radio] {
border: none;
box-shadow: none;
}
but still the square part is there. I don't know whether its shadow or something else.
You can check that at