Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Checkboxes

    Help wanted · · · – – – · · ·
    2
    2
    5260
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • hagenk1699
      hagenk1699 last edited by

      Is there a way to make lists with checkboxes?

      1 Reply Last reply Reply Quote 1
      • Terry R
        Terry R last edited by

        I think you will need to supply a sample so we get a better idea as currently the detail is very thin.

        I will say though that Notepad++ is primarily a “text” editor. So it’s all about character sets, not adding boxes (images). In saying that though if you are wanting a webpage (html) file then Notepad could easily insert the correct html code into a list you already have. So code like:
        <form action="/action_page.php"> <input type="checkbox" name="vehicle" value="Bike"> I have a bike<br> <input type="checkbox" name="vehicle" value="Car" checked> I have a car<br> <input type="submit" value="Submit"> </form>
        is something that notepad++ could help you with.

        Terry

        1 Reply Last reply Reply Quote 2
        • First post
          Last post
        Copyright © 2014 NodeBB Forums | Contributors