sets the text of the right-hand label
{ view:"checkbox", labelRight:"New Label" }
If you add a right label, the space on the left will still be kept empty. To remove the empty space, set the labelWidth property to 0:
{ view:"checkbox", labelRight:"New Label", labelWidth:0 }