In my project, there is SwiftUI form with multiple sections. One section is a default one with different form fields like picker, textfield, datepicker. The other one will have different form fields like toggle switch, textfield. This section should be a expand/collapse and by default needs to be collapsed.
Is it possible to use the children concept of List to achieve this ? How will I solve this problem