How to Set Radio Button Default Value in Power Apps?

Some days before, I was building a Power Apps Leave application form. Inside the form, there is a field called Leave Type that contains various types of leaves such as Sick Leave, Casual Leave, Maternity Leave, etc.

All these Leave types I have displayed in a Power Apps Radio button, and I needed to set the radio button default value as Others.

In this article, I will explain how to set the radio button default value in Power Apps using different examples.

Set Radio Button Default Value in Power Apps

I will show you two various ways to set the default value in the Power Apps radio button control. Such as:

  1. Set the Power Apps Radio button default value manually
  2. Set Power Apps radio button value from a SharePoint list

Set the Power Apps Radio button default value Manually

As you can see in the screenshot below, there is a Power Apps radio control that contains Project Status such as Not Started, In Progress and Completed. These are the manually entered values.

I want to set this radio button’s default value to Completed when the user opens the app.

Power Apps set default value to Radio button control

To do so, select the Radio button control and set its Default property as:

"Completed"

Where,

  1. “Completed” = Provide the choice value that you want to set as default (enclosed with an inverted comma)
Display the Calendar Using Jquery Full Calendar and SharePoint Rest API

This is how to set a default value manually in the Power Apps Radio button control.

Set Power Apps Radio Button Default Value from a SharePoint List

Next, we will check how to set the Power Apps Radio button default value from a SharePoint list.

I have a SharePoint list [Training Courses] that has various columns like:

Column NameData type
Course NameTitle
TechnologyChoice [“SharePoint,” “Power Apps,” “Power Automate,” “Power Bi”]
Course Start DateDate and time
Course End DateDate and time
ImageImage
Set Radio Button Default Value in Power Apps using SharePoint List

On my Power Apps screen, I have added a Radio button control connected to the above SharePoint list choice column.

Here, I would like to set this radio button’s default value to SharePoint when the user opens the app.

Power Apps set Radio Button Default Value using SharePoint List

Follow the below steps to achieve this:

Choices([@'Training Courses'].'Technology')

Where,

  1. Training Courses = SharePoint list name
  2. Technology = SharePoint list column name
Cross site publishing SharePoint 2013
  • Select a Radio button control -> Set its Default property as:
"SharePoint"
Set Radio Button Default Value in Power Apps from SharePoint list
  • Whenever the user loads or opens an app, the radio button value will default be selected as “SharePoint.”
How to set Power Apps Radio Button Default Value using SharePoint List

This is how to set a Power Apps Radio button default value using the SharePoint list.

You may also like:

Conclusion

This Power Apps tutorial has explained How to set a default value of the Power Apps radio button control in different scenarios:

  • Set the Radio Button Default Value in Power Apps manually
  • Set the Power Apps radio button default value from a SharePoint list
>

Build a High-Performance Project Management Site in SharePoint Online

User registration Power Apps canvas app

DOWNLOAD USER REGISTRATION POWER APPS CANVAS APP

Download a fully functional Power Apps Canvas App (with Power Automate): User Registration App

Power Platform Tutorial FREE PDF Download

FREE Power Platform Tutorial PDF

Download 135 Pages FREE PDF on Microsoft Power Platform Tutorial. Learn Now…