FormCheckBoxControl.checked Method [AX 2012]
Gets or sets the value of a check box.
public boolean checked([boolean check])
Run On
ClientParameters
- 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.
Community Additions
ADD
Show: