Outline

In this video

We save the changes to name.

Assignment: Set and Save Game Nights
  1. initialize the checkboxes
  2. Explode the game nights string into 5 booleans
  3. In the patchValue call, you'll need to manipulate the object passed in to have the correct shape
  4. on save, collapse the 5 booleans into the game nights string value
  5. See the previous Let's Code course for an example.
 

I finished! On to the next chapter