labelRight

sets the text of the right-hand label

string labelRight;

Example

{ view:"checkbox", labelRight:"New Label" }

Related samples

Details

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 }
See also
  • API
  • Articles
  • Back to top