Dmoney
13 Nov 2012, 12:39 PM
I have a form with checkboxfields. the form is filled by using loadRecord() and saved by using record.set(values);
but the checked value never changes. if I change it manually in the database than the record will show up unchecked in the form. but whenever I submit the form it always submits as true. how do I get the unchecked value to update in the record?
, {
xtype: 'checkboxfield',
name: 'display',
id: 'display',
fieldLabel: 'Display',
inputValue: 'true',
boxLabel: 'Displayed Online'
}
but the checked value never changes. if I change it manually in the database than the record will show up unchecked in the form. but whenever I submit the form it always submits as true. how do I get the unchecked value to update in the record?
, {
xtype: 'checkboxfield',
name: 'display',
id: 'display',
fieldLabel: 'Display',
inputValue: 'true',
boxLabel: 'Displayed Online'
}