Hi,
Any idae how to render check boxes in to 3 column layout.
Thanks,
Trinad.
Hi,
Any idae how to render check boxes in to 3 column layout.
Thanks,
Trinad.
Put your checkboxes in a checkbox group and set the columns property to 3.
Code:{xtype:'checkboxgroup',columns: 3,width:200,allowBlank: false, name: 'cBGroup', items: [ {boxLabel: 'APAC', name:'regionAPAC'}, {boxLabel: 'EMEA', name:'regionEMEA'}, {boxLabel: 'UK', name:'regionUK'}, {boxLabel: 'US', name:'regionUS'}// this should appear on a new line. ]}