FormCheckBoxControl.checked Method [AX 2012]

Gets or sets the value of a check box.

public boolean checked([boolean check])

Run On

Client

Parameters

check
Type: boolean
A Boolean value that indicates whether the check box is selected; optional. A value of true selects the check box, and a value of false clears it.

Return Value

Type: boolean
true if the check box is selected; otherwise false.

This method uses the Win32 API to get and set the value of the check box without querying the properties.

Community Additions

ADD
Show: