Closed
Solved
Need help on Checkbox and Dropdown functionality
I want 4 checkbox and 4 drop-down in front of every checkbox which are initially disabled.
When a checkbox is checked, the respective drop-down should get enabled.
How to achieve this functionality?
***Moderator Edit: Vidyaranjan | Updated Categories***
Hi,
Set the default value of check box as "false" and configure a disable condition on the drop down as
if thecheckbox property is "false" disable the drop down.
Also use an onclick event on check box for refreshing the section as the "true" value of check box should be set on clipboard based on which the drop down will be enabled.
Thanks,
Neha