Radio Button

Radio buttons let a user select only one of a limited number of choices.

  • Radio Button requires a lot of extra setup outside the Radio Button itself. Most of the important setup occurs in the button container's .selectable() API.
Compose Multiplatform

Color Customizations

Colors can be customized via RadioButtonDefaults.colors().

Compose Multiplatform