关于EXT,form控件不能取得checkbox

公司的一个项目中,使用Form.getValues()来或得表单中的所有字段,但是,表单中的checkbox组件却没有取得,查了很多资料也没解决,哪位大牛给解释下,谢谢
问题补充

atian25 写道
设置下combo的hiddenName看看


不明白 能说的清楚点吗?

[url]http://www.iteye.com/topic/250048[/url]

这个是2.2到bug,你使用上面到方式就可以了

设置下combo的hiddenName看看

给你的combo组件添加一个hiddenName的配置参数.

hiddenName : String
If specified, a hidden form field with this name is dynamically generated to store the field's data value (defaults to the underlying DOM element's name). Required for the combo's value to automatically post during a form submission.

? 还没OK?