-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Radio buttons are a commonly used control for desktop applications (in fact in the WinUI gallery it's categorized as "basic input"). There should be an example in Gallery of how to use them.

There are two main options that present themselves today:
- A) Use a JS-only control like https://github.com/thakurballary/react-native-radio-buttons-group
- B) Use react-native-xaml to access it directly
Would lean towards the former to start with since we already have a RNX page to cover the general concept, but it also wouldn't be bad to include within the page.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request