decorate node should make checked fields boolean, no convert:
{name : 'checked', type : 'bool', useNull: true, persist : false}, // , convert: null },
This is necessary when dealing with XML data where (otherwise values like "" or "false" are interpreted as truthly and the checkbox is "checked")
Thanks
C.