hidden check box with dropdown
Hello,
Hello,
on my pdf form,
I have this part in image.
I would like that when I select for example samsung in the Dropdown, the checkbox OK, No is invisible (or deactivated, but N/A remains active and visible and when I take Iphone, N/A is invisible (or deactivated) but Ok and No remains active and visible.
Name Dropdodwn : Produit
Name Checkbox : Check
Export Value : Ok (Yes), No (Yes1), N/A (Yes2)

this code works, but hides or displays everything. i can go further.
this.getField("Check").display = event.value == "Samsung" ? display.visible : display.hidden;
Thanks for your help
