vitalets / checklist-model

AngularJS directive for list of checkboxes
http://vitalets.github.io/checklist-model
MIT License
1.05k stars 206 forks source link

Add a none-of-above option to the list #147

Closed mkhanal closed 7 years ago

mkhanal commented 8 years ago

From a list of checkbox, there should be one, which when checked, unchecks all others and is unchecked when anything else is checked. This is so that a usual use case of "None of the above" option can be easily catered for. It would be good to have this allow both unsetting all the values or setting a special value for the none-of-above options

beradrian commented 7 years ago

These kind of cases can be easily handled by checklist-before-change or checklist-change.