Description
A radio button is expected to be visually differentiated when checked.
It is not the case with @primer/react v37.11.2
Steps to reproduce
import { Radio, RadioGroup } from "@primer/react";
export default function App() {
return (<RadioGroup name="type">
<Radio value="foo" checked />
<Radio value="bar" />
</RadioGroup>)
}
CodeSanbox
Version
v37.11.2
Browser
Edge