Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lovasoa/choices
Represent a choice between multiple values, using radio buttons, checkboxes, or HTML's <select> element
https://github.com/lovasoa/choices
checkboxes choices elm html radio-buttons select-multiple
Last synced: 27 days ago
JSON representation
Represent a choice between multiple values, using radio buttons, checkboxes, or HTML's <select> element
- Host: GitHub
- URL: https://github.com/lovasoa/choices
- Owner: lovasoa
- License: bsd-3-clause
- Created: 2016-05-16T12:38:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-01T19:42:01.000Z (almost 8 years ago)
- Last Synced: 2024-10-28T21:19:02.443Z (3 months ago)
- Topics: checkboxes, choices, elm, html, radio-buttons, select-multiple
- Language: Elm
- Size: 17.6 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Choices
Represent a choice between multiple values, using radio buttons, checkboxes,
or HTML's `` element## Documentation
Read the documentation on elm-lang.org:
http://package.elm-lang.org/packages/lovasoa/choices/latest/Choices
## Example
See a simple example on github:
https://github.com/lovasoa/choices/blob/master/example.elm