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 public static Html GetDisabledCheckbox(
bool value
)
Parameters
- value
- Type: SystemBoolean
Value of the checkbox.
Return Value
Type:
HtmlAn HTML input.
See Also