In HTML, a form element actually has key functionality: it submits the form to the server.
In SwiftUI, is a Form a necessity when using form elements, or is it only for use when you want specific styles applied? Is Form just a visual thing or does it provide any behaviour?