How to set select all button for checkboxlist

How to set select all button for checkboxlist? Help me

Got it From Another Forum


<?php echo $form->checkboxList($model, 'categories', CHtml::listData(Category::model()->findAll(), 'id_category', 'category'), array('template' => '<li>{input} {label}</li>', 'separator' => '<br><br>', 'checkAll' => 'Select All')); ?>