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 / Button visible all box...
Power Apps
Answered

Button visible all boxes are checked (with IF)

(0) ShareShare
ReportReport
Posted on by 108

Hi everyone,

 

I have a screen in my app with 7 checkboxes. I want to have a button visible when all boxes are checked. So i got the formula working with 1 checkbox, but don't know how to do it with multiple boxes)

 

If(Checkbox1.Value=true;true;false)

 

Hope you can help.

 

Kind regards,

 

Roger Middleton

Categories:
I have the same question (0)
  • Verified answer
    rsaikrishna Profile Picture
    3,703 on at

    @Rogermiddleton 

     

    You just need to use logical operator && between the check box values to check multiple conditions.

     

    Checkbox.Value returns boolean. So, you do not need to compare with true value.

     

    You can use following formula:

     

    If(Checkbox1.Value && Checkbox2.Value && Checkbox3.Value && Checkbox4.Value && Checkbox5.Value && Checkbox6.Value && Checkbox7.Value;true,false)

     

    Regards

    Krishna Rachakonda

    If this reply helped you to solve the issue, please mark the post as Accepted SolutionMarking this post as Accepted Solution, will help many other users to use this post to solve same or similar issue without re-posting the issue in the group. Saves a lot of time for everyone.
  • Rogermiddleton Profile Picture
    108 on at

    Hi @rsaikrishna ,

     

    Thanks a lot!!

     

    Regards,

    Roger

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 545 Most Valuable Professional

#2
Haque Profile Picture

Haque 314

#3
Kalathiya Profile Picture

Kalathiya 234 Super User 2026 Season 1

Last 30 days Overall leaderboard