@State private var addCheck = false Toggle("Check this box", isOn: $addCheck) .toggleStyle(.checkbox)