Gets or sets the value of the tick box and whether it is checked.
Object.defineProperty(TickBox.prototype, 'checked',
get: function(),
set: function(value)
)
checked: boolean;
true if the tick box is checked, false otherwise.
You can check or uncheck this tick mark using this property, or by user interaction, which is clicking on the tick box.
you can add multiple tick boxes, refer to TickBoxes.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET