Outline

In this video

We implement the game night search

  1. Add the control to the form
  2. Bind to the radio buttons. Use 3 different values
    1. 0, 1, 2 or y, n, b or yes, no, both, or whatever
  3. Default to the "both" value
  4. Translate those values to true/false/null
 

I finished! On to the next chapter