Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Checkboxes and radioboxes #263

Closed
iegik opened this issue Oct 15, 2013 · 6 comments
Closed

Feature request: Checkboxes and radioboxes #263

iegik opened this issue Oct 15, 2013 · 6 comments

Comments

@iegik
Copy link

iegik commented Oct 15, 2013

Sometimes need show some configuration visually, there is checked/unchecked options:

[ ] some text
[x] some text

should produce:

<input type="checkbox" /> some text
<input type="checkbox" checked /> some text

Also can do the same for "Radio boxes":

( ) some text
(o) some text

should produce:

<input type="radio" /> some text<br/>
<input type="radio" checked /> some text
This was referenced Oct 15, 2013
@alxdnlnko
Copy link

+1
GFM already has this feature for a long time
https://github.com/blog/1375%0A-task-lists-in-gfm-issues-pulls-comments

  • test

@iegik
Copy link
Author

iegik commented Sep 7, 2014

Not all of them:

  • (o) Foo
  • ( ) Baz
  • ( ) Bar
  • Foo
  • Baz
  • Bar

@frosas
Copy link

frosas commented Oct 26, 2014

Duplicate of #107?

@lvaughn
Copy link

lvaughn commented Nov 13, 2014

+1 to this

@gkoberger
Copy link

There's a pull request in #587 for this.

@joshbruce
Copy link
Member

See #956

Focusing on CommonMark and GFM specifications. Don't believe form inputs are part of either of those specifications (GFM task-lists - checkboxes - are an extension, not our focus at this time).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants