The checkbox control is displayed on top of the label. The control is defined as follows:
{
key: 'selected',
type: 'checkbox',
templateOptions: {
label: 'Virtual Bollo',
indeterminate: false,
},
}