Radio
Radio component for Universal Apps
Radio buttons allow the user to select one option from a set.
Use radio buttons when the user needs to see all available options. If available options can be collapsed, consider using a dropdown menu because it uses less space.
Radio buttons should have the most commonly used option selected by default.
Simple Radio

OnChange
An event handler that is called when the radio group is changed. the $Body variable will contain the current value.
Default Value
Set the default value of the radio group.
Custom Formatting
You can use custom formatting within the radio group. The below example will place the radio buttons next to each other instead of on top of each other.
API
Last updated
Was this helpful?