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 / Uncheck other checkboxes
Power Apps
Unanswered

Uncheck other checkboxes

(0) ShareShare
ReportReport
Posted on by

My checkboxes are in a gallery. When I select No device yet, it should uncheck other checkboxes. Can this be done in gallery?

 

SP list column (Choices):

  • Microsoft
  • Dell
  • Apple
  • HP
  • Acer
  • No device yet
Categories:
I have the same question (0)
  • biancadevera Profile Picture
    on at

    Please help @StalinPonnusamy @WarrenBelz @RandyHayes 

  • CNT Profile Picture
    10,921 Super User 2024 Season 1 on at

    @biancadevera Can you share some screen shots of u'r gallery and also the formula in the Items property of the gallery and the formula in the default property of the check boxes?

  • biancadevera Profile Picture
    on at

    Hi @CNT  apologies for the delayed response. Here's how it looks like:

     

    biancadevera_0-1639078133616.png

     

    Here's how it should work:

    • When No device yet is selected, other checkboxes should be unchecked.
    • When a checkbox is selected, data card below (text field) should be enabled (DisplayMode Edit). Others should be disabled.
  • CNT Profile Picture
    10,921 Super User 2024 Season 1 on at

    @biancadevera Can only ONE check box be selected at any given time?

  • biancadevera Profile Picture
    on at

    @CNT  Can check multiple checkboxes (1-5) but for No device yet should just be it.

  • biancadevera Profile Picture
    on at

    Hello @CNT do you have any input for this? Please help.

  • WarrenBelz Profile Picture
    156,277 Most Valuable Professional on at

    Hi @biancadevera ,

    Firstly I don't think this function had your requirements in mind, however I have done a model with the following - Gallery Items

    Table(
     {PC: "Microsoft"},
     {PC: "Dell"},
     {PC: "Apple"},
     {PC: "HP"},
     {PC: "Acer"},
     {PC: "No Device Yet"}
    )

    and some check boxes in it with Text

    ThisItem.PC

    OnCheck

    If(
     GalleryName.Selected.PC = "No Device Yet",
     UpdateContext({varResetPC: false});
     UpdateContext({varResetPC: true})
    )

    Reset

    varResetPC

    Default

    ThisItem.PC = "No Device Yet" && varResetPC

    Looks like this

    ResetMC.gif

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    Visit my blog Practical Power Apps

  • WarrenBelz Profile Picture
    156,277 Most Valuable Professional on at

    Hi @biancadevera ,

    Just checking if you got the result you were looking for on this thread. Happy to help further if not.

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    Visit my blog Practical Power Apps

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

#2
11manish Profile Picture

11manish 134 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 101 Super User 2026 Season 2

Last 30 days Overall leaderboard