how can i enable the next button if one or more checked boxes are selected and disable if none are selected in ServiceNow
i am working on a ServiceNow custom widget in which i am getting all the data from backed in an array. i want that if user doesn’t checked any checked boxes the next button should be disabled. if user checked any one of the boxes the net button should be enable using ng-disable or ng-if.
HTML