RadioButton
The RadioButton
component is used to select a single option from a set of options. UraniumU UI uses InputKit CheckBox instead of MAUI one. It is because InputKit CheckBox is more customizable and already has a Material theme.
Features
You can visit InputKit CheckBox Documentation to see features. UraniumUI applies only visual changes on it.
Usage
CheckBox is defined in UraniumUI.Material.Controls
namespace. You can use it like this:
Dark - Desktop | Light - Mobile |
---|---|
![]() |
![]() |