Yiiwheels Whmultiselect

How to indicate in the ‘data’ array a ‘selected’ item?




            	$this->widget('yiiwheels.widgets.multiselect.WhMultiSelect', array(

                	'name' => 'meetingMembers',

                	'data' => array('One','Two','Three'),

            	));