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 / Reset a checkbox to bl...
Power Apps
Answered

Reset a checkbox to blank OnVisible

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi all,

 

I am currently trying to reset multiple checkboxes to blank after loading a current page.

My current method is adding an UpdateContext({ClearCheckbox: true}) on the OnVisible, then adding ClearCheckbox on to the checkbox "Reset"

 

Anyone have some ideas they could share?

Thanks.

 

 

Categories:
I have the same question (0)
  • SimonPiquer Profile Picture
    255 on at

    Hi,

     

    What is the Default property of your checkbox set to? If you have the Default set to 'false' you can simply put this in the OnVisible property of your screen:

     

    Reset(Checkbox1)

    Would that work?

     

  • PaulD1 Profile Picture
    2,914 on at

    Try

    UpdateContext({ClearCheckbox: false}) 
    UpdateContext({ClearCheckbox: true}) 

    You have to actually change the value of the variable to trigger the reset IIRC.

  • Verified answer
    v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous ,

    Do you want to reset multiple Checkboxes when you navigate to the target screen (which contains the multiple Checkboxes)?

     

    Based on the formula you provided, I think there is something issue with it. I have made a test on my side, please take a try with the following workaround:

    Set the OnVisible property of the target screen to following:

    UpdateContext({ClearCheckbox: false});
    UpdateContext({ClearCheckbox: true})

    Set the Reset property of each Checkbox control within your Target screen to following:

    ClearCheckbox

    Please consider take a try with above solution, then check if the issue is solved.

     

    Best regards,

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    This worked!

    Was not aware that I needed to set the variable for both true and false. 

    Thank you for the solution. 

  • RTB_10 Profile Picture
    89 on at

    Hi, 

     

    Working in Power Apps for Teams environment and there is no "reset" or "default" property attached to the checkboxes. Any one have any other ideas?

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