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 / checkboxes disappearin...
Power Apps
Answered

checkboxes disappearing and becoming unclickable when both are checked

(0) ShareShare
ReportReport
Posted on by 70

I am very new to PowerApps and coding in general, so this is probably a very simple fix. I put out two checkboxes and wanted to make it so that when one checkbox is selected, the other one can't be and vice versa. However, when both checkboxes are checked, they both disappear and become unclickable. How can I modify my formulas to ensure that each checkbox can be checked or unchecked independently without affecting the other's visibility and clickability?

 

Not using a gallery. just two simple checkboxes

This is the code I used for the checkboxes: DisplayMode: If(CheckboxCanvas1.Checked, DisplayMode.Disabled)

If(CheckboxCanvas1.Checked, DisplayMode.Disabled)

 

Thank You!

 

Categories:
I have the same question (0)
  • Verified answer
    AARON_C Profile Picture
    2,235 Most Valuable Professional on at

    Hi @Cseni 

     

    Try doing this:

    For Checkbox1 DisplayMode property:

     

    If(Checkbox2.Value = true, DisplayMode.Disabled);

     

     

    For Checkbox2 DisplayMode property:

     

    If(Checkbox1.Value = true, DisplayMode.Disabled)

     

     

    Please tick Accept as solution if the answer is useful.

    Thanks,

    @AARON_C 

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
Haque Profile Picture

Haque 84

#2
WarrenBelz Profile Picture

WarrenBelz 79 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 40 Super User 2026 Season 1

Last 30 days Overall leaderboard