• Login
Community
  • Login

Checkboxes

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
2 Posts 2 Posters 12.0k Views
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.
  • H
    hagenk1699
    last edited by Jul 30, 2018, 10:58 PM

    Is there a way to make lists with checkboxes?

    1 Reply Last reply Reply Quote 0
    • T
      Terry R
      last edited by Jul 30, 2018, 11:19 PM

      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
      2 out of 2
      • First post
        2/2
        Last post
      The Community of users of the Notepad++ text editor.
      Powered by NodeBB | Contributors