控件复选框显示在标签上方。这是控件声明:

{
key: 'checked',
type: 'checkbox',
templateOptions: {
label: 'Bollo virtuale',
indeterminate: false,
},
}发布于 2019-05-21 19:34:18
使用bootstrap:
{
key: 'checked',
type: 'checkbox',
className: 'inline pr-1',
templateOptions: {
label: 'Bollo virtuale',
indeterminate: false,
},
}https://stackoverflow.com/questions/56237266
复制相似问题