I have a select table that contains a checkbox column in which the user can select specified rows to execute. It is bound to a property in a POJO. I also have a popup menu that allows the users to uncheck or check all the checkboxes in the select table. In the action listener I change the value of the POJO and I have also gone through the table's children, found the checkbox and set the check box to selected. The result is the check box is never rendered as checked/unchecked. Is there a specific technique to solve this requirement?