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 / How can I Uncheck a Ch...
Power Apps
Answered

How can I Uncheck a CheckBox with a Button

(0) ShareShare
ReportReport
Posted on by 11

Hey Guys, 

for my App it would be fantastic to have a button, which as it is pressed unchecks the checkbox on the left side. 

So you can freely check the box left, but as soon as you press the button on the right side, the checkbox goes back as it was before.

Someone has an idea how to do that?

Thank you in advance!

 

Test App Ms support.PNG
Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    156,378 Most Valuable Professional on at

    Hi @Benni10 ,

    Set a Variable with the button 

    UpdateContext({varUnchecked: true});
    Reset(CheckBoxName)

    and also at Screen OnVisible

    UpdateContext({varUnchecked: false})

    then the Default of the Check Box

    !varUnchecked

     

    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.

    MVP (Business Applications)   Visit my blog Practical Power Apps

     

     

  • maulik50 Profile Picture
    58 on at

    HI @Benni10,

    Yes,

    You can do using UpdateContext variable.

    Here you need to write fx OnSelect property of button add this : UpdateContext({checkbox: !checkbox});

    Reset(CheckBoxName)

     

     

    maulik50_0-1700203089235.png

     

    add checkbox variable on checkbox default property

    maulik50_2-1700203163150.png

     

    add also onvisible screen : UpdateContext({checkbox: false})

    Let me know if you face any challenges on the same.


    Cheers!!

    Thank you,
    Maulik

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

#2
11manish Profile Picture

11manish 191 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 122 Super User 2026 Season 2

Last 30 days Overall leaderboard