aspx:FieldCheckBox
This is a component that renders an input checkbox on the page.
<aspx:FieldCheckBox runat='server' Value='{!Model.Name}'/>
Properties
| Property | Description |
|---|
| Id | The ID of the HTML element. |
| Value | Bind value containing the name of the object and the field to bind. |
| Label | Label of the field to show on the ViewSection. |
| HideLabel | True/False value; hides the label of the field within the section. |
| HelpText | Inline help text for the field will be shown as a little question mark next to the label of the field. |
| Hint | Text used to show the user an example or a hint. |
| Required | Sets the field as required. |
| Enabled | True/False, enables or disables the checkbox. |
| Text | Text which will be displayed on the right side of the checkbox. |