Skip to main content
Known Participant
September 3, 2023
Answered

Button to check/unceck checkboxes

  • September 3, 2023
  • 2 replies
  • 740 views

Hi sorry for this basic question but i'm very new to Adobe and javascript. 

i'm trying to edit a flow chat so when a button is click it will automatically check/uncheck the checkboxes

 

This topic has been closed for replies.
Correct answer Nesa Nurani

I explained that in my post, change 'true' to 'false'. 

2 replies

Nesa Nurani
Community Expert
Community Expert
September 3, 2023

This should make checkbox checked, just replace name with your actual checkbox name ('true' will check and 'false' will uncheck):

this.getField("Check Box1").checkThisBox(0, true);

 

Known Participant
September 3, 2023

Thank you Nesa 

What do i put if i instead of a tick i want to clear/ bland the checkbox?

 

Nesa Nurani
Community Expert
Nesa NuraniCommunity ExpertCorrect answer
Community Expert
September 3, 2023

I explained that in my post, change 'true' to 'false'. 

try67
Community Expert
Community Expert
September 3, 2023

What's the question?

Known Participant
September 3, 2023

Hi sorry i would like to create it so if i click on button 7 then the checkbox above will automatically tick