Use when there are two or more mutually exclusive options and the user must select exactly one. Radio buttons make all options visible for easy comparison. preferred over dropdowns when space allows.
For more than 5 options, use Select to save space. For binary toggles with immediate effect, use ToggleSwitch. For multiple selections, use Checkbox.
Selected: grid