Table of Contents


aspx:FieldCheckBox

This is a component that renders an input checkbox on the page.

<aspx:FieldCheckBox runat='server' Value='{!Model.Name}'/>
 

Properties

PropertyDescription
IdThe ID of the HTML element.
ValueBind value containing the name of the object and the field to bind. 
LabelLabel of the field to show on the ViewSection.
HideLabelTrue/False value; hides the label of the field within the section.
HelpTextInline help text for the field will be shown as a little question mark next to the label of the field.
HintText used to show the user an example or a hint.
RequiredSets the field as required.
EnabledTrue/False, enables or disables the checkbox.
TextText which will be displayed on the right side of the checkbox.