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

[v6] Implement checkboxes for booleans #390

Closed
josdejong opened this issue Apr 18, 2017 · 4 comments
Closed

[v6] Implement checkboxes for booleans #390

josdejong opened this issue Apr 18, 2017 · 4 comments
Labels
Milestone

Comments

@josdejong
Copy link
Owner

josdejong commented Apr 18, 2017

For values which are boolean, Implement checkboxes left from the value to easily toggle true/false like in the following image:

image

Rendering a checkbox is not the only special rendering of a value. For example an enum of a JSONSchema will be rendered as a drop down (which replaced the free input field). In the end it should become completely customizable how a value is rendered. This should be kept in mind when implementing this feature.

Related: #391

@josdejong josdejong added the next label Apr 18, 2017
@josdejong josdejong modified the milestone: v6 Apr 18, 2017
@dougn7
Copy link

dougn7 commented Feb 6, 2019

Hello. Theres a way to disable this? I'd like to implement a verification myself.

@josdejong
Copy link
Owner Author

@dougn7 it shouldn't be to hard to hide the checkboxes with some CSS if you don't want them.

@dougn7
Copy link

dougn7 commented Feb 7, 2019

It works! Thanks. Thank guys for the hard work. I could help implement some stuff, but im not experienced enough with Javascript best practices and Git..

@josdejong
Copy link
Owner Author

Thanks for your kind words 👍

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

No branches or pull requests

2 participants