You can call 'setValues' method to select the special items, or set the 'selected' property to true for those items you want to select. The following item will be selected since it has the 'selected' property set to true.
[{
"id":3,
"text":"Ruby",
"selected":true
}]