Using Checkbox Without Model

Guys,

i want to make some action (disable texfield) if i check the checkbox

but the checkbox do not have model.

any one can help me?

See CHtml::checkBox()

or write pure HTML <input type="checkbox" …>

Use jQuery onChange to disable the textfield.