Click or drag to resize

PFFieldBooleanGetDisabledCheckbox Method

Generate html of a disabled checkbox.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static Html GetDisabledCheckbox(
	bool value
)

Parameters

value
Type: SystemBoolean
Value of the checkbox.

Return Value

Type: Html
An HTML input.
See Also