Check Box <PECheckBox>

Synopsis

This controls the appearance and behavior within the parameter editor dialog, of a specific Boolean parameter in an Intent part instance. The parameter is edited through a check box.

Must be a child of a PartEditorConfiguration instance which is a child of the part instance whose rule is being edited.

Mixins

PEBase

Parameters

Name Type Description
TargetRuleName name Required parameter specifying the rule for which this editor is used. (From PEBase)
DisplayName string Name shown in the parameter editor dialog for this rule . (From PEBase)
Category string Category of the rule in parameter editor dialog. (From PEBase)
PromptText string Prompt text displayed when the rule is edited. (From PEBase)
FormulaModeAllowed? boolean Controls if the rule can be edited in formula mode. (From PEBase)
ReadOnly? boolean Controls if the rule can be edited. (From PEBase)
CheckStyle name Defines the appearance of "Checked" and "Unchecked" states. Valid values are Style1, Style2, ..., Style16, Standard (default), Radio, and UserDefined (if custom pictures are used).
PictureChecked string Location of suitable image for checked state.
PictureUnchecked string Location of suitable image for unchecked state.