Setting Value of sn-choice-list
Setting values of a sn-choice-list is different from sn-record-picker where we pass to the field an array of a single object together with its displayValue and value - something like c.recordPicker = [{"displayValue": "test", "value": "testValue"}]. ...