I\'ve tried to use the html5 required attribute for my group of checkboxes but I don\'t find a nice way to implement it with ng-form.
required
When a checkbox is che
I just added a hidden input with ng-model that's the same as your ng-model for the radio button:
{{option.DisplayName}}