Dropdown Within A Dropdown In Yii. Is It Possible?

I want to create a dropdown in which after I choose an item another dropdown will appear. Is it possible in yii? If yes, how? Example: I have a list of municipalities and a list of barangays within a municipality. If I choose one from a municipality, then all barangays included in that municipality should be displayed. Thank you in advance.

You can achieve this by dependent dropdown from below wiki link.

http://www.yiiframework.com/wiki/24/creating-a-dependent-dropdown/