Gets or sets a value indicating whether the C1ToolBarCheckButton is in the pressed or not pressed state by default, or is an indeterminate state.

Namespace:  C1.Web.UI.Controls.C1ToolBar
Assembly:  C1ToolBarClient (in C1ToolBarClient.dll)

Syntax

JavaScript
function get_checkState();
function set_checkState(value);

See Also