Even though we are dealing with a dynamic form, we cannot forget about input validation. Validation is an essential part in every HTML form in order to get some good quality data from our user.
In this lesson we’ll take a look how to further extend our example of creating a dynamic form with Angular by adding some form validation.
How would you use this to build checkboxes dynamically?