控制复选框出现在标签上方。 这是控件声明:
{
key: 'checked',
type: 'checkbox',
templateOptions: {
label: 'Bollo virtuale',
indeterminate: false,
},
}
答案 0 :(得分:0)
使用引导程序:
{
key: 'checked',
type: 'checkbox',
className: 'inline pr-1',
templateOptions: {
label: 'Bollo virtuale',
indeterminate: false,
},
}