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 / Variable creating for ...
Power Apps
Answered

Variable creating for check box

(0) ShareShare
ReportReport
Posted on by 367

Hi 

Am trying to create variable for check box's . 

 

I have 10 check box's . I am trying to create variable if there is non checked check box set that is "true", if any one checked variable set to be "false"

Categories:
I have the same question (0)
  • Verified answer
    Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @Yoursnani 

    Have the check property of all the checkboxes Set(var,true) and the uncheck property of each checkbox 

    If(
     Checkbox1.Value = false && Checkbox2.Value = false && Checkbox3.Value = false, ...
     Set(
     var,
     false
     ),
     Set(
     var,
     true
     )
    )

     and in the OnVisible property of the screen Set(var,false).

  • SoPatt Profile Picture
    Microsoft Employee on at

    Equivalent to what was in drrickryp's code:

    Set(NoChecks, !Checkbox1.Value && !Checkbox2.Value && !Checkbox3.Value ...)

    ...and you could just put that in the Select property of each control, leaving the Checked and Unchecked properties blank.


     

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!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 883

#2
Valantis Profile Picture

Valantis 571

#3
11manish Profile Picture

11manish 477

Last 30 days Overall leaderboard