Radio Button Visibility
The Radio Button Visibility action controls the visibility, editability, and enabled state of specific radio buttons within a radio button group. This is useful for customizing which options are available to users based on workflow, user roles, or business logic.
Properties and Explanation
Radio Button Group Name: Select the radio button group whose buttons you want to control.
Radio Button Name: Select one or more radio buttons (from a multi-select list) within the group to update.
Hidden: If checked, the selected radio buttons will be hidden from the user.
Read Only: If checked, the selected radio buttons will be set to read-only, preventing the user from changing their selection.
Disable Only: If checked, the selected radio buttons will be disabled (not clickable), but still visible.
The action iterates over the selected radio button group and updates the specified buttons according to your configuration.
Use this action to restrict choices, enforce business rules, or simplify the user interface.
Full Configuration Example
Below is a screenshot of the Radio Button Visibility action configuration, showing all properties set for group selection, button selection, and visibility/editability options:
In this example, selected radio buttons are hidden, made read-only, or disabled as configured.
When the action is triggered, the radio button group is updated immediately according to your settings.
Last updated