activeRadioButtonList 怎样设定 checked

这是我的代码

CHtml::activeRadioButtonList($model,‘type’,

                  array('0'=>'文章','1'=>'独立页面','2'=>'弹出页'),


                  array(


                      "class"=>"dropdown",


                      'separator'=>'',


                      'template'=>'{input}{label}',


                      'labelOptions'=>array('style'=>'display:inline'))


                  ); 

我想 ‘0’=>‘文章’ 这里是默认 checked 请问我要怎么做。?谢谢