Hide

YetaWF Documentation

Display
Print

Boolean Component

Boolean (Display)

Displays the model using a disabled checkbox, indicating the boolean status (checked, unchecked).

Model Type: bool?

[Category("Skin"), Caption("Show Help"), Description("Defines whether the module help link is shown in Display Mode - The help link is always shown in Edit Mode", Order = -91)]
[UIHint("Boolean"), ReadOnly]
public bool ShowHelp { get; set; }

Boolean (Edit)

Allows selection of a true/false status using a checkbox.

Model Type: bool?

[Category("Skin"), Caption("Show Help"), Description("Defines whether the module help link is shown in Display Mode - The help link is always shown in Edit Mode", Order = -91)]
[UIHint("Boolean")]
public bool ShowHelp { get; set; }