Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

IsChecked Property

Show in webframe
Gets or sets a value that indicate whether this review item is checked (approved).
Syntax
get_isChecked();
set_isChecked(value);
Object.defineProperty('isChecked');

Property Value

TypeDescription
booleantrue if this review item is checked (approved), otherwise; false. Default value is false.
Remarks

This is application specific and optional. It can be used to show a checkbox or mark next to the review in the user interface to indicate that the item was "checked".

See Also

Reference

AnnReview Object
AnnReview Members

Error processing SSI file