how do you disable checkbox from formAction class in struts framework?



I know that by setting the value true and false for the checkbox
property in formAction class we can set it to checked/unchecked. but
how do i disable/enable it from the formAction class.
.