While Click steps cannot dynamically select radio buttons or checkboxes using the Data feature, you may be able to achieve this by using JS steps based on values from your data source.
Configuration Example
The following is an example of dynamically selecting radio buttons using the Data feature.
Refer to this example when switching radio button options for each test data set in an application like the one below.
.png?sv=2026-02-06&spr=https&st=2026-06-03T17%3A51%3A34Z&se=2026-06-03T18%3A02%3A34Z&sr=c&sp=r&sig=9InNgDgJ3v8YJ0N%2F1IQ2z4ArCxF90L04seYqEmzzS1Y%3D)
Before starting, upload a CSV file from the Data tab of your scenario containing the values (such as selectors, XPaths, or value attributes) needed to specify each option.

-
Replace the Click step with a JS step to perform the click action.
-
Set the element specification part of the JS step as an argument.
-
Select the registered Data as the Argument values.

Specify the JS step code and the target element selectors or XPaths according to the application under test.

