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.
Docs Feedback
If you have any questions or would like to contribute to writing the documentation, please create an issue in our GitHub repository.