Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

This control creates a check box to display a choice between one of two possible options. When it is checked it holds a true value in the XML and it becomes empty string when it is unchecked. You need to set type of "Check" in the data model to use it when designing form.

Form Design Actions

Clicking on a control pops up a design actions menu with the following options:

  • Cut action cuts the control. Use the paste action to move the control to another location after cutting.
  • Copy action copies the control. Use the paste action to add the control to another location after copying.
  • Delete action deletes the control.
  • XML is used to view and edit the XML of the control.
  • Convert is used to change the content control into other control types.

Design 

Label
It is the caption of the checkbox in the user interface.

Hints

The text entered in this area pops up when you hover the field.

Data

Bound XPath

XPath of the element. If set to empty, it uses the parent XPath.


Checked Value
It represents true value.

Unchecked Value
It represents an empty string value.


  • No labels