<?xml version="1.0" encoding="utf-8"?>

Single-select control

Single-select control

When only one option can be selected, it makes sense to use radio buttons. You might need single-select options for things like payment methods, delivery types, or similar options where more than one selection would create confusion.

In contrast to checkboxes, radio button options are mutually exclusive, and selecting one option deselects any other button previously selected in the list.

Pro Tip: Never use radio buttons for commands that should take immediate effect.

Improve your UX & Product skills with interactive courses that actually work