Using multiple value fields (checkbox), selection not stored

I’m pretty sure that “selected” should contain an array of keys instead of value; If I see it correctly, yours contains values like [“Interessent”, “Partner”] etc. while it should contain [2, 5] etc.