Add required field to cactiveform

hi, i need to add required checbox group to a Cactiveform based on a model.

How can i do that . Is there a framework way of doing it or i have to use , for instance , jquery validate plugin?

You can add public property to the model class, and then use its name in attributeLabels, validation rules and so on.

Right, thanks