Radio buttons allow users to select from a set of mutually exclusive, related options.

  • By default, it is recommended to use up to 7 options in a Radio Group.
  • Use Button Toggle for short options when there is sufficient horizontal space.
  • If more than 7 options need to be displayed, it is better to use Select.
  • If the selection involves two values and can be classified as boolean, use Toggle. Toggle applies changes instantly, without additional data saving.
Suggestions for improvement
If you found a mistake or want to improve the article, create an issue on GitHub.