value = $value; foreach ($this->options as &$option) { $option['selected'] = (in_array($option['value'], $value)); } } }