My problem is two-fold:
Here is the answer for unique ID and FOR value.
And here is how I capture the checked items and use them in a query:
What I did was capture the check/uncheck and the name of the country in the countryNameAndCheckBoxStatus method inside the HTML component. Process these in an array inside the angular component and return the array so it can be processed further down the road into an sql query.