Pfau, Oliver wrote:
Hi,I have a t:dataList which renders a dynamic number of checkboxes. Now I want to change the style of all checkboxes with component binding. Is it possible to define a component binding for the checkboxes ?
Why don't you apply a binding to the t:dataList component, then call getChildren() on it to access the checkboxes?

