Switch Group values set but not visible in the component

I found this post which helped me map the string array to numbers.

{{queryUsers.data.DefaultTaskCategory[0].split(',').map(item => Number(item))}} returns numbers and the switch group works perfectly now.