Form Activity - Checkbox default status

Hi Guys,

I am using Uipath.Form.Activity, and my ask is really simple: How have checkboxes checked by default?

image

Cheers

@ Elya hi,

use check activity

GL

i dont try to check boxes into a website. I’m trying to create a form with Uipath.form.activity and i dont know how to set checkboxes by default.

Sry … :slight_smile:

@Palaniyappan - some help here bro :slight_smile:

1 Like

Hi @Elya,

To make the checkbox value True by default please send the value for that checkbox as a True.

image

image

image

Hope this will help you.

Thanks,
Shenki

3 Likes

Yah sure buddy @Lahiru.Fernando
It’s more like how we check and set with attributes in a xml node, that is if the check box is enabled we will be getting the attribute value as true if not it will be false and that attribute name would be checked…
Like wise here if the check box is set with true it will be set as enabled.
Hope this would help you
Cheers @Lahiru.Fernando @Elya

2 Likes

I tried this but, that work only for “checkbox” and not for “Select Boxes”… The only workaround I found out is to create “checkboxes” one by one and apply this rule to have this kind of result.

image

Hi @Elya

I though just asked for checkboxes.

Also there is a simple way also to make checkbox default, go to data and provide value as true

image

Also if you want to make any one box from select boxes then you can also do it in a same way:

1 Like

@ShenkiSinghai Ah that work like that. Ty dude.

1 Like

Anytime @Elya. Happy automation :slight_smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.