【发布时间】:2012-05-07 14:07:09
【问题描述】:
我试图在编辑时在组件对话框上设置一个默认选中复选框。以下是该字段的属性:
jcr:primaryType: widget
checked: true (boolean) *Documentation says this determines default checked status
type: checkbox (string) *read this as a fix to making checkbox selections stick
xtype: selection (string)
name: ./foo (string)
fieldValue: true (string)
【问题讨论】:
标签: aem