Make Check Boxes In UiPath

How to Make Check Boxes In UiPath

1 Like

I don’t think we can create a checkbox in UIPath. As far as i know, we can specify the input types as text, dropdown(combo box), Radio buttons and password fields.

2 Likes

Can you elaborate your requirement?

I don’t think you can make check boxes, but you can have options (radio buttons or dropdowns) in the input dialog.

Create a variable of String type and use it in the input dialog property.

Let the screenshot speak louder than words

If the size of string array is 2 or less, it displays the Radio buttons. If the size is more than 2, it displays dropdown options.

The output is:

Hope this answered your question. Please mark it as solution if this solved your problem

6 Likes

do you have any solution to create checkbox with c#?

best regards.