justinmind-logo
 
Upvote 1

Access to a checkbox within a check list

Answered Victor Conesa 7 years ago

Hi,


I have two dynamic panels.


In the first panel, I have a check list that describes the actions a user can choose to do in a web app, for instance 'Comment a blog post', 'Like a blog post'...


In the second panel, I have a list of input text field that describes the number of actions the user can do, for instance 'Number of comments allowed per blog post'...


If the user doesn't check the box 'Comment a blog post' in the first panel, I'd like the corresponding Input text field in the second panel ('Number of comment') to be blackened. I created an event "On Change"+"Change Style", but I don't know which conditional statement I have to create (as I don't know how to access the value "checked/unchecked" of a particular check box in a check list).

Replies (2)
photo
1

Hi there,


The condition can be When... Category 1 [selected] (the check list) ≠ 'Comment on a blog post'


4d84784cc6ee024e66d038d6e4b7c92f


Best,


Danielle

photo
1

Thanks ! It's working :)

Leave a Comment
 
Attach a file