Skip to main content

Notifications

Community site session details

Community site session details

Session Id : xX6BLw1NrN8nT65zboAXJ0
Power Apps - Building Power Apps
Unanswered

Multiple checkboxes with html text

Like (0) ShareShare
ReportReport
Posted on 28 May 2024 18:48:41 by 10

I'm trying to create a simple checklist with HTML text since I need to add hyperlinks. I want the user to be able select all boxes so they can know they have completed all steps. When using the normal checklist i don't have the ability to add a link. Any advice?

  • tmt1889 Profile Picture
    10 on 29 May 2024 at 15:59:11
    Re: Multiple checkboxes with html text

    here you go

  • subsguts Profile Picture
    1,259 Super User 2025 Season 1 on 29 May 2024 at 15:43:44
    Re: Multiple checkboxes with html text

    What's you HTML look like?

  • tmt1889 Profile Picture
    10 on 29 May 2024 at 15:40:16
    Re: Multiple checkboxes with html text

    So I did this exactly and when i added the links back in, i still can't get the second box to select. The first box is fine but not the second one.

  • subsguts Profile Picture
    1,259 Super User 2025 Season 1 on 28 May 2024 at 22:41:50
    Re: Multiple checkboxes with html text

    I would put regular checkboxes on top of the HMTL text box.  I say this because I assume you want to be able to tell if the check box was clicked.  However, if you really want the check boxes in HTML, here's how it is done.  I put this in an HTML text box an it let's me check things 🙂

     

    "<body><h1>Show Checkboxes</h1>

    <form action=/action_page.php>
    <input type=checkbox id=vehicle1 name=vehicle1 value=Bike>
    <label for=vehicle1> I have a bike</label><br>
    <input type=checkbox id=vehicle2 name=vehicle2 value=Car>
    <label for=vehicle2> I have a car</label><br>
    <input type=checkbox id=vehicle3 name=vehicle3 value=Boat>
    <label for=vehicle3> I have a boat</label><br><br>
    </form>

    </body>"

     

    Hope this helps.

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Building Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 191 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 104

#3
stampcoin Profile Picture

stampcoin 80

Overall leaderboard
Loading started