CheckboxToggleStyle
A toggle style that displays a checkbox followed by its label.
Declaration
struct CheckboxToggleStyleOverview
Use the checkbox static variable to create this style:
Toggle("Close windows when quitting an app", isOn: $doesClose)
.toggleStyle(.checkbox)