I have an item renderer specified for a List component and there is a CheckBox component within the item renderer so that each List element displays a CheckBox. What I'd like to do is if a certain condition exists in the application I'd like to disable the item renderer's CheckBox for specific List elements (i.e. some List elements would show an enabled CheckBox and some List elements would show a disabled CheckBox depending upon what's going on in the application).
Is there any way to disable the item renderer's CheckBox for a specific List element from the application? Thanks for any pointers! Paul

