Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
HTML

HTML Radio Buttons

Force a single choice with radio inputs sharing a name.

HTML Radio Buttons — a practical guide to HTML radio buttons with clear examples you can reuse in real projects.

HTML Tutorial Series (31/79). Prefer one article? Read the complete HTML tutorial.

Short description

One name group = one selected value.

Radios

<label><input type="radio" name="plan" value="free" checked> Free</label>
<label><input type="radio" name="plan" value="pro"> Pro</label>

Leave a reply

Your email address will not be published. Required fields are marked *