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 Not Running O...
Power Apps
Unanswered

Checkbox Not Running On Check for All Selected Gallery Items

(0) ShareShare
ReportReport
Posted on by 2

Hi,

 

I have created an app with a checkbox in the gallery, and checkbox above the gallery to select all items. When I select the "above" checkbox to select all items in the gallery, the checks appear in all gallery selected items, but the On Check does not run for those selected gallery items. However, if I check the checkbox for individual items in the gallery, the On Check runs fine. (FYI - I want to write those checked items to a collection).

 

Is there away I can get the On Check code to run for gallery items when I use the top checkbox that selects all of the gallery items?

 

Thanks!

 

Default Value for gallery checkbox: If(Checkbox1.Value, true, false)

Categories:
I have the same question (0)
  • StalinPonnusamy Profile Picture
    Super User 2024 Season 1 on at

    Hi @zse 

     

    There is no way to trigger all the checkboxes "OnCheck" events. Workaround is

     

    Set "OnCheck" properties of Above/Global check box to

    Clear(colGalItems); ForAll(Gallery1_1.AllItems,Collect(colGalItems, {Title: Title1.Text, ID : ThisRecord.ID}))

     

    StalinPonnusamy_0-1632423656526.png

     

     

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 356 Most Valuable Professional

#2
11manish Profile Picture

11manish 225 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 211

Last 30 days Overall leaderboard