(no title)
straws | 1 year ago
Forms and submissions are mostly a web convention. I too think that's more natural, but there are a lot of existing contexts like settings where the expectation is that making the selection doesn't require an explicit "save" step.
SebastianKra|1 year ago
If you don't want to deal with validation logic in your app, you could just disable the last checkbox.
sureIy|1 year ago
Also in practice this state does not happen in “apps”. Before the user reaches the screen, you must have set a default. If you have default, then “deselect all” will eventually revert to that default.