Building a custom designed form

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:

form

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.

@thiqahiosteam Do you still have issues with this?