A form with a field like
<field
name="show_total_votes"
type="radio"
label="PLG_VOTE_TOTAL_VOTES_LABEL"
default="0"
filter="integer"
>
<option value="0">JHIDE</option>
<option value="1">JSHOW</option>
</field>
note there is no layout="joomla.form.field.radio.switcher"
part.
Nicely laid out standard HTML radio buttons
Example screenshot:
Safari on mac
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-04-17 17:36:53 |
Closed_By | ⇒ | PhilETaylor |
I can confirm this issue for Chrome (up to date) on Windows 10

Also, the Plugin documentation page for Joomla 4 doesn't mention about
layout="joomla.form.field.radio.switcher"
in their example. I remember this because I was riddled by this issue during my GSoC task and felt like I was doing something wrong.