Click or drag to resize

CheckBox Constructor

Ctor.

Namespace:  Resto.Front.Api.Data.Settings
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public CheckBox(
	string key,
	bool value,
	string labelText,
	bool isReadonly
)

Parameters

key
Type: SystemString
value
Type: SystemBoolean
labelText
Type: SystemString
isReadonly
Type: SystemBoolean
See Also