How to show a Captcha in CForm?

Comparing #2 with #3

Content

[...]
'password'=>array(
'type'=>'password',
'maxlength'=>32,
),
'verifyCode'=>array(
      'type'=>'MyCaptcha', //render the captcha image & text field.   'showRefreshButton'=>false,       'clickableImage'=>true,
),
),

'buttons'=>array(
'login'=>array(
[...]