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

Compare with Current View Page History

« Previous Version 8 Next »


On this page:


Requirements

This component is Portable. It runs both on Windows and on Web Pages hosted in any platform.


Configuration

After dragging and dropping the component into the Drawing area, double-click it to open the graphical element configuration window.

RadioButton Settings

Field

Description

Label Text

Specifies the text displayed next to the RadioButton. It helps users understand the option that the RadioButton represents.

Linked Value

Binds the RadioButton to a specific tag or object value. The state of the RadioButton will reflect or control the value of this tag.

GroupName

Specifies the group to which the RadioButton belongs. Ensures only one RadioButton in the group can be selected at a time, enabling mutually exclusive choices.

CheckedValue

Defines the value that the linked tag or variable will have when the RadioButton is selected.

IsReadOnly

When checked, makes the RadioButton read-only. Users can see its state but cannot change it.

Label Order

Controls the position of the label relative to the RadioButton. Options include "Before" and "After," determining whether the label appears before or after the RadioButton.


Runtime Execution

When users select a radio button, the application updates to reflect the chosen option while deselecting any previously selected button in the group. This ensures only one option is active at a time. The radio button helps users make exclusive choices, like setting an operational mode or selecting a report type.


In this section:

The root page @parent could not be found in space v10.

  • No labels