As SwiftUI has a collection of elements that each of them serves as the main building block to make up a form such as: Form , List, ScrollView , VStack , Group , etc … However, I got confused choosing the best item among those to build a web-like form as the one in this design sketch:
AFAIK Form is excellent for forms that look like the Settings app in design and behavior, but may be not suitable for this kind of forms.