Hi!
I will create a simple checkbox like this:
xtype: 'fieldcontainer',
fieldLabel: 'Toppings',
defaultType: 'checkboxfield',
items: [
{
boxLabel: 'Anchovies',
name: 'topping',
inputValue: '1',
id: 'checkbox1'
}...
But it dosen´t work!!! I get only a label...
Wat is wrong?!?
I use ext-6.0.3
Br,
Benjamin