I have implemented the Check-box model with AngularJS, following the guidelines provided at . Now I need to make sure that for certain sets of checkboxes, the last checkbox should uncheck all others when clicked. Can someone guide me on how to add an ngClick attribute to this last checkbox element using the check-box-model module?