3
I have a group of check-boxes that allow you to select flags on a search screen. It turns out that if I allow the user to uncheck all of them, it is certain that there will be no result. That said, I wish it was not allowed to uncheck all checkboxes that have a specific CSS class.
Solution alternatives to the problem of selecting at least one option from a set are welcome. Maybe instead of stopping the user, doing a validation so that the user realizes that unchecking all checks is not allowed...
How to do it? And what’s better to do in terms of usability?
I voted for your question, but because your effort can be seen in your answer. However... it would be nice to add some code, if only to Markup and a Jsfiddle with the same, to your question so that it is a good candidate for positive manifestations ;)
– Zuul
@Zuul: I was afraid to limit responses about checkboxes... maybe it’s not ideal in terms of UX using checkboxes. I’m researching about UX/usability, and so far it’s inconclusive... meanwhile I’m going to checkboxes same.
– Miguel Angelo