-
Notifications
You must be signed in to change notification settings - Fork 541
Toggle issue #408
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
Comments
Relevant discussions also: #41 (comment) We had trouble naming this one or finding a good API that allow both use cases in an easy to understand way. Do you have any idea how to make it clearer/better. For sure this issue will be raised by people :) |
What about something like |
Actually, |
Clsoing in favor of #409 |
Related to #219 .
The
toggle
widget doesn't really do what it does : it just checks, when enabled, that a facet is true.However, there is no way to toggle it to false, making its behaviour different from what its name could make us think.
The behaviour I expect from a toggle button is a binary behaviour: http://www.bootstrap-switch.org/examples.html , and right now when the checkbox is unchecked, we're actually in the Indeterminate example of this page.
The text was updated successfully, but these errors were encountered: