Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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