cancel
Showing results for 
Search instead for 
Did you mean: 

cannot check dynamically created Checkbox

Former Member
0 Kudos

Hi,

I cannot check a dynamically created Checkbox which is binded to a dynamically created node.

The same dynamically created Checkbox can be checked when it is binded to a static node.

Any ideas?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182372
Active Contributor
0 Kudos

Hello MK,

Checkbox UI element`s property "checked" can be binded only to attribute with type "boolean".

If you create attribute inside the node, check whether node contains any node elements.

Could you please post a piece of your code with dynamic attribute and UI element creation?

Best regards, Maksim Rashchynski.