Check Boxes In Yii

Hi,

I have a table which has only 2 attributes:

id, lang.

I have created check boxes in admin.php page.

How do I store these multiple checkbox values in my database? Also, in which table should I store these selected values?