Skip to main content

When to Use

  • Radio buttons let users select a single option from a data set. Use them when users need to see all available options side by side and make an exclusive selection.
  • When there are too many options, consider using a dropdown list instead, which takes less space than displaying every option.

Component Example

Component Properties