-
checkbox default value
checkbox default value
The main value of a checkbox is a boolean, indicating whether or not the checkbox is checked. The following values will check the checkbox:Above doesn't seem to work
Code:
{
id : 'complexity',
name : 'complexity',
xtype:"checkbox",
value: "1"
}
-
Ext JS Premium Member
it works with setValue but in the config it conflicts with the checked property wich is set default on false.
I think in the config the checked property is leading.
-
But then the documentation is wrong.
Either it's a bug or the documentation should be adapted. 
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us