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 / Make Checkbox Visible ...
Power Apps
Unanswered

Make Checkbox Visible After a Text Label Has Been Used

(0) ShareShare
ReportReport
Posted on by 658

Hi,

 

I have an equipment booking app and I have a checkbox which the users have to tick in order to submit the form. The text label which includes the terms and conditions doesn’t show the whole terms and conditions so the user has to scroll on the label to view them all. I could alter the size of the label to show them all as default, but I was wondering is it possible to make the checkbox visible only once the label has been scrolled down to the bottom by the user to show all the terms and conditions? 

Thanks in advance!

Categories:
I have the same question (0)
  • BCLS776 Profile Picture
    8,994 Moderator on at

    Here's how I would do this:

     

    Create a flexible height gallery and make its Items property:

    Table({Value: 1}, {Value: 2})

     Next, insert a label into the gallery template and make its Visible property:

    ThisItem.Value = 1

    And make sure its AutoHeight property is set to true

    Place your terms and conditions text within the label using conditional logic:

    If(ThisItem.Value = 1,
     "Here is the terms and conditions text....", // replace this with your T&C
     "Please check this box to agree"
    )

    And adjust the size of the label and gallery so that the user will have to scroll down to be able to see the entire text.

     

    Next, in the gallery template, insert your checkbox control and set its Visible property to:

    ThisItem.Value = 2

     The gallery should now show the T&C text in the first row and the checkbox in the second row, and nothing else. Once you adjust your gallery sizing you can force the user to scroll down at least a little bit to see the second row of the gallery.

     

    Hope that helps,

    Bryan

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 94

#2
WarrenBelz Profile Picture

WarrenBelz 82 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 38 Super User 2026 Season 1

Last 30 days Overall leaderboard