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 Apps
Unanswered

Checkbox and label

(0) ShareShare
ReportReport
Posted on by 220

hi everyone , need some help here.
in the screen , there are points 1 ,2 and 3.

my scenario is ,

point 1 : user will select anyone of the checkboxes
point 2 : after a checkbox is selected the value should be seen in a label.
point 3 : the submitted value should be seen in a label.

 

below is the screen

 

Capture.PNG

Categories:
  • Lukas1 Profile Picture
    190 on at

    If the user must not select multiple values I recommend to use radio buttons. The formula in the "Text"-Property of the label would be: 

    Radio1.Selected.Value

     

    If the user should be able to use multiple values and you want to show all of them in the label the formula for the "Text"-Property of the label could be something like this:

    Left(
     If(
     Checkbox1.Value;
     Checkbox1.Text & ", ";
     ""
     ) & If(
     Checkbox1_1.Value;
     Checkbox1_1.Text & ", ";
     ""
     ) & If(
     Checkbox1_2.Value;
     Checkbox1_2.Text & ", ";
     ""
     );
     Len(
     If(
     Checkbox1.Value;
     Checkbox1.Text & ", ";
     ""
     ) & If(
     Checkbox1_1.Value;
     Checkbox1_1.Text & ", ";
     ""
     ) & If(
     Checkbox1_2.Value;
     Checkbox1_2.Text & ", ";
     ""
     )
     ) - 2
    )

     Don't forget to rename the radio buttons/ checkboxes.

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 393 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 278 Most Valuable Professional

Last 30 days Overall leaderboard