checked Property

Summary

Gets or sets the value of the tick box and whether it is checked.

Syntax

JavaScript Syntax
Object.defineProperty(TickBox.prototype, 'checked', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
checked: boolean; 

Property Value

true if the tick box is checked, false otherwise.

Remarks

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly