复选框值应为true / false而不是on / off

时间:2015-12-27 19:49:39

标签: extjs

我是Extjs的新手。我试图将checked / unchecked复选框的值设为(boolean)true / false而不是(string)“on”/“off”。

有没有办法实现这个目标?

在C#中调用值为

string male = context.Request.Form.Get("maleCheckbox"); 

我正在使用的ExtJs是:

xtype: 'checkbox',
fieldLabel: 'Male',
name: 'maleCheckbox'

然而,要手动实现这一点,我写了很多if / else语句,但我正在寻找一些有效的替代方案。

提前致谢

0 个答案:

没有答案