web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : GHLdTVkbDoKqqxzk8F7NBV
Power Apps - Building Power Apps
Answered

Button visible all boxes are checked (with IF)

Like (0) ShareShare
ReportReport
Posted on 24 Sep 2020 11:35:57 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

  • Rogermiddleton Profile Picture
    108 on 24 Sep 2020 at 11:49:43
    Re: Button visible all boxes are checked (with IF)

    Hi @rsaikrishna ,

     

    Thanks a lot!!

     

    Regards,

    Roger

  • Verified answer
    rsaikrishna Profile Picture
    3,703 on 24 Sep 2020 at 11:46:11
    Re: Button visible all boxes are checked (with IF)

    @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.

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

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410 Super User 2025 Season 2

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 2

Loading complete