I am using code for multicheckbox `<div ng-repeat="(key, option) in to.options" class="checkbox"> <label> <input type="checkbox" id="{{id + '_'+ $index}}" ng-model="multiCheckbox.checked[$index]" ng-change="multiCheckbox.change()"> {{option[to.labelProp || 'name']}} </label> </div>` when i am selecting checkbox, selected value not rendering on viewValue <!-- - STOP! Are you trying to get help? If so, read here: Thanks for your interest in angular-formly. If you're filing this issue to get help, please follow the instructions at help.angular-formly.com The GitHub issues on this project are reserved for feature requests and bug reports. So if you file an issue looking for help, it will be closed and you'll be invited to follow the instructions at help.angular-formly.com. It's nothing personal. It's just hard to manage the project otherwise! - Filing a bug or feature request? If you'd like to report what you think is a bug or a feature request, please follow the instructions at issue.angular-formly.com to file your issue. Thanks for your contribution! -->
I am using code for multicheckbox
<div ng-repeat="(key, option) in to.options" class="checkbox"> <label> <input type="checkbox" id="{{id + '_'+ $index}}" ng-model="multiCheckbox.checked[$index]" ng-change="multiCheckbox.change()"> {{option[to.labelProp || 'name']}} </label> </div>when i am selecting checkbox, selected value not rendering on viewValue