Toggle(isOn: $state){ Text("This is a toggle") } .onChange(of: state) { // The action you want to trigger }