[]
Gets or sets the text in the cell when the cell's value is true.
public string TextTrue { get; set; }
Public Property TextTrue As String
CheckBoxCellType cellType = new CheckBoxCellType();
cellType.TextTrue = "Checked";
string trueText = cellType.TextTrue;