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

new input control: checkbox #51

Open
go-oleg opened this issue Feb 23, 2016 · 0 comments
Open

new input control: checkbox #51

go-oleg opened this issue Feb 23, 2016 · 0 comments

Comments

@go-oleg
Copy link
Contributor

go-oleg commented Feb 23, 2016

Add a new input control type called checkbox. It should be rendered as an <input type="checkbox/> and return a boolean value.

Example

input myBooleanValue: checkbox -label "Enable downsampling";

Open question:

  • Each input currently has a -label option which is currently rendered above the actual input contents. That probably isn't going to look good with the checkbox which should have a label next to it. Should play around and see what works the best w.r.t. to maintaining a consistent look across inputs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant