The Show Check or Show Option property determines if the default appearance for the control is to be displayed.
Property Type: Static
Default Value: True
By default the Show Check or Show Option property for all controls are set to True.
The Show Check or Show Option property requires a Boolean value (True or False).
Ensure the property is a static property (It will display the gray orb alongside the property name)
The default value of the static property can be changed by one of the following methods:
Show Check or Show Option Property Value (static) | Result | Notes |
---|---|---|
True | Will display the default check box or option button. | The value can be selected by clicking the drop down that accompanies the property. |
False | Will not display the default check box or option (radio) button. | The value can be selected by clicking the drop down that accompanies the property. |
A rule can also be built for this property by changing the type to dynamic.
See How To: Change A Static Property To A Dynamic Property.
Show Check or Show Option Property Value (dynamic) | Result | Notes |
---|---|---|
IF(DWVariableSelectionRequired = "Yes", TRUE, FALSE) | Will display the default check box or option button when the value of the variable SelectionRequired is "Yes". | The value can be set by making the property dynamic (see above), launching the rule builder and applying the function. |
Value set in Form Designer. For DriveWorks projects static properties can be made Dynamic by double clicking the gray radio button.