SwiftUI: Cannot convert value of type ‘Bool’ to expected argument type ‘Binding’ August 16, 2023 by Tarik In my case, I was in need to pass “true”, not a var… The solution was easy peasy: .constant(true)