HTML + CSSRadio buttons
Neon radio buttons
The active option glows with a neon ring, and its label takes on the same colour.
Settings
16px
1x
Code
<div class="uv-rdn"><label><input type="radio" name="rdn" checked><span class="rb"><i></i></span>Low</label><label><input type="radio" name="rdn"><span class="rb"><i></i></span>Medium</label><label><input type="radio" name="rdn"><span class="rb"><i></i></span>High</label></div>Prompt for AI
Paste it into ChatGPT, Claude or Cursor and it will adapt the block to your project with these settings, even if you don’t use React.
More in Radio buttons
Where to use it
Glowing radios fit dark screens where the setting itself has some energy: the difficulty level of a browser game, the brightness of a smart lamp app or the spice level on a late-night food delivery site. Low, medium or high, the lit option is clear at once. Neon radio buttons in CSS that recolour the label as well.
It pairs well with the neon checkbox from the same collection if you need both in one panel. Just keep the glow for the active state only; if everything shines, nothing stands out.