Hi,
Francois Suter schrieb:
> Hi,
> 
>> You could simple access the underlying DOM element.
>>
>> Ext.select('.checkboxes').each( function(){ this.dom.checked = true } );
> 
> That works. Beautiful, thanks!
> 
yes. Always if you do a select with ExtJs it's a component after. The 
dom is always accessible with component.dom
vg Steffen