radio checkboxes doesn't show any boxes
-
neoseo last edited by
Simple html with radio checkboxes doesn't show the checkboxes. (chrome/firefox/edge display ok)
version: 126.0.5744.0
All extensions and ad-blocker off. Flags not messed with. cache/cookies cleared:<!doctype html><html>
<head><meta charset="utf-8"><title>radio test</title></head>
<body>
<form method=post action="foo.cgi">
<input type="radio" name="test" value="fun">Cheese
<input type="radio" name="test" value="fun2">Wine
</body>
</html>They are there if I click the dot for the center shows up, but nothing around them to show they are there.