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 / Logic for the default ...
Power Apps
Answered

Logic for the default value of a checkbox

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi. 

I have numerous checkboxes and a select all. 

The checkboxes are saved and stored in a collection. 

I need a defualt value in the default that will 

true = SelectAll = true OR patched column that is the value of the check box = true 

false = SelectAll = false OR patched column this is the value of the check box = false 

I have this logic 

 

First(InspectionItemTPHCollection).'PHV Licence' = 'Yes or No'.Yes Or AllChecked 

 

This kind of works but it doesnt clear out the values that are already saved in the collection if you press on Allchecked = false 

Allchecked = true works and sets the value to true 

And the First(inspec

 

Categories:
I have the same question (0)
  • Verified answer
    iAm_ManCat Profile Picture
    18,256 Most Valuable Professional on at

    I'd have your 'Uncheck All' function set a different variable, AllUnchecked, then you can use the logic below to force it to false if that is true, otherwise check the value/AllChecked 

     

    If( 
     AllUnchecked,
     false,
     (First(InspectionItemTPHCollection).'PHV Licence' = 'Yes or No'.Yes || AllChecked ),
     true
    )

     

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
WarrenBelz Profile Picture

WarrenBelz 355 Most Valuable Professional

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 150 Super User 2026 Season 2

Last 30 days Overall leaderboard