In this section, we'll start the beginning of our form. There are multiple ways we could tackle this, either by creating a VStack and a list of Views or by creating our own custom View and iterating through a ListView of options.
But in the case of our app, I'll introduce you to forms and sections. Other than the obvious naming of the controls, forms do a great job of making our desired layout really simple and with very little effort.
Let's start by adding a couple of text fields to visualize how this all looks.