Power Apps Radio Group - Modern Controls
Power Apps Radio Group – Modern Controls Purpose A radio group control allows users to select one option from a set of mutually exclusive options. Its purpos...
- Published
- Reading time
- 2 min read
Before you start
Is this guide for you?
- Best entry point
- Power Apps
- Time investment
- 2 min read
Imported reference from Matthew Devaney's blog for learning purposes. Original: https://www.matthewdevaney.com/the-complete-power-apps-modern-controls-guide/power-apps-radio-group-modern-controls/. Author: Matthew Devaney.
Power Apps Radio Group – Modern Controls Purpose
A radio group control allows users to select one option from a set of mutually exclusive options. Its purpose is to provide users with a list of options to choose from, ensuring that only one option can be selected at a time. Properties AccessibleLabel
Screen readers will voice this text when a user selects the control ContentLanguage
Describes the language used to the audience (e.g. “en-US”) DefaultSelectedItems
Initial values displayed in the control before the user interacts with it DisplayMode
Selects the mode: Edit, View or Disabled. In Edit mode the user can input values. In View mode the user can only see the values and in Disabled mode the control is greyed-out. Options:
= DisplayMode.Disabled = DisplayMode.Edit = DisplayMode.View Height
Distance from the top of the control to the bottom Items
Table containing values displayed inside the radio group Example: [“Pass”, “Fail”, “N/A”] Label Text to display beside the checkbox OnChange
Actions that will be executed when the Value property of the checkbox changes O nSelect
Actions that will be executed when the radio group is pressed. Required Unknown purpose. Selected Radio group record selected by the user SelectedItems
Dropdown list item records selected by the user Visible
Determines whether to show or hide the control Width
Distance from the left side of the control to the right side X
Distance from the left edge of the screen to the left side of the control Y
Distance from the top edge of the screen to the top of the control
How To Setup The Power Apps Radio Group Control
1. Select the radio group control in Power Apps studio. Choose the datasource from the Items menu.
2. Edit the fields. Add at least one field to the dropdown. The first field will show in the dropdown items list.
3. Click on the dropdown control to see the list of items.
4. Get the selected item’s Title field by using this code. RadioGroupCanvas1 .Selected .Title Code language: CSS ( css ) Did You Enjoy This Article? 😺
Subscribe to get new Copilot Studio articles sent to your inbox each week for FREE Enter your email address Sign Me Up Questions?
If you have any questions or feedback about Power Apps Radio Group – Modern Controls please leave a message in the comments section below. You can post using your email address and are not required to create an account to join the discussion.
Tagged
Power Apps
Have a Microsoft 365 topic idea?
Share article suggestions, community session ideas, corrections, or real-world scenarios for future nextM365 learning notes.
Keep learning Microsoft 365
Explore more practical guides for SharePoint, Power Platform, Copilot Studio, migration, automation, governance, and security.
Continue learning
Related tutorials
Related questions
Related comparisons
Next action