Share via


FormCheckBoxControl.visible Method

Sets or returns a value that indicates whether the control is visible.

Syntax

public boolean visible([boolean value])

Run On

Client

Parameters

  • value
    Type: boolean
    The value to assign to the visible setting for the control; optional.

Return Value

Type: boolean
true if the control is visible; otherwise, false.

See Also

Reference

FormCheckBoxControl Class