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 / HTML tags in Power Apps
Power Apps
Answered

HTML tags in Power Apps

(0) ShareShare
ReportReport
Posted on by 220

I am using HTML to create a PDF file. In Power Apps I have a field that is true/false. I want to use HTML to turn the true into a checked box but I can't get it to work. <input type="checkbox" name="data" value="true" checked> would work if I wasn't in Power Apps. Are there some tags that won't work?

Categories:
I have the same question (0)
  • v-siky-msft Profile Picture
    Microsoft Employee on at

    Hi @Aimthedame ,

     

    In PowerApps, the HTML Text property, the single quotes must be replaced by double quotes. Please try this:

    "<input type=""checkbox"" id=""option1"" name=""checkbox"" value=""true"" checked>
     <label for=""option1""> true</label><br>
     <input type=""checkbox"" id=""option2"" name=""checkbox"" value=""false"">
     <label for=""option1""> false</label><br>
    "

    Snipaste_2020-10-15_10-36-27.png

    Hope this helps.

    Sik

      

  • Verified answer
    Aimthedame Profile Picture
    220 on at

    If this helps anyone, I ended up just using an image rather than the HTML checkbox.

     

    "& If(CheckDuct1.Value = true, "<img src="& JSON(imgCheck.Image, JSONFormat.IgnoreBinaryData)&">","<img src="& JSON(imgUncheck.Image, JSONFormat.IgnoreBinaryData)&">") &"

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 March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 541

#2
WarrenBelz Profile Picture

WarrenBelz 434 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 289

Last 30 days Overall leaderboard