web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Checkbox format within...
Power Apps
Answered

Checkbox format within and Edit Form - Data Card linked to Table

(0) ShareShare
ReportReport
Posted on by 17

I'm new to Power Apps so I'm needing some guidance on building an app with a check box option in an Edit Form. 

The Edit Form is linked to an Excel Table.

I am able to link the Data Card to a Value field in the Table but my only option is the change the control type to "allowed fields" using a Yes/No drop down but would like to change that to a simple check box.    

Is that an option, do I need to change the format of the Cell in Excel??  Just curious on my options.  thanks

 

Only option in the edit field so far:

Dsheldon1313_0-1681151633605.png

Looking for something like this.  

Dsheldon1313_1-1681151902991.png

 

 

Categories:
  • Verified answer
    BCBuizer Profile Picture
    22,854 Super User 2026 Season 2 on at

    Hi @Dsheldon1313 ,

     

    What you can do is to delete the combobox and replace it with a checkbox. Then set the Default property of the Checkbox to:

     

    Parent.Default.Value = "Yes"

     

    Also you will need to set the Update property of the DataCard to:

     

    If(
     Checkbox1.Value,
     "Yes",
     "No"
    )

    In the above you need to replace Checkbox1 with the actual name of the checkbox control within the datacard.

  • Dsheldon1313 Profile Picture
    17 on at

    Thank you!  Worked just fine and appreciate the help

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 395 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 260 Most Valuable Professional

Last 30 days Overall leaderboard