Select the text box, then go to 'Events' and add an interaction. Choose 'set value' and select the checkbox. Then define if you want it checked or not.
Select the text box, then go to 'Events' and add an interaction. Choose 'set value' and select the checkbox. Then define if you want it checked or not.
Sorry, I didn't get it. You can add a condition to your 'set value' action so that it checks if the checkbox is checked. If that's the case you change it to 'unchecked'. Then define the 'else' case as setting the checkbox as checked.
Sorry, I didn't get it. You can add a condition to your 'set value' action so that it checks if the checkbox is checked. If that's the case you change it to 'unchecked'. Then define the 'else' case as setting the checkbox as checked.
Thanks for your response, do you have any examples you can share with me, I am pretty new to the product and don't really know how to do what you describe
Thanks for your response, do you have any examples you can share with me, I am pretty new to the product and don't really know how to do what you describe
Let's say I have 5 checkboxes and another checkbox to select all. On page load I would want the select all state to be set so all the checkboxes are ticked.
Make sense?
thanks
Russ
Let's say I have 5 checkboxes and another checkbox to select all. On page load I would want the select all state to be set so all the checkboxes are ticked.
Create an "On Click" + "Set Value" event to change a checkbox to be checked.
Create an "On Click" + "Set Value" event to change a checkbox to be checked.
Select the text box, then go to 'Events' and add an interaction. Choose 'set value' and select the checkbox. Then define if you want it checked or not.
Select the text box, then go to 'Events' and add an interaction. Choose 'set value' and select the checkbox. Then define if you want it checked or not.
Yes, but if the box is already checked how do I uncheck, and if it is unchecked how do I check it
Yes, but if the box is already checked how do I uncheck, and if it is unchecked how do I check it
Victor, I need to know how to toggle a check box from checked to not checked during the simulation, your response does not answer my question
Victor, I need to know how to toggle a check box from checked to not checked during the simulation, your response does not answer my question
Sorry, I didn't get it. You can add a condition to your 'set value' action so that it checks if the checkbox is checked. If that's the case you change it to 'unchecked'. Then define the 'else' case as setting the checkbox as checked.
Sorry, I didn't get it. You can add a condition to your 'set value' action so that it checks if the checkbox is checked. If that's the case you change it to 'unchecked'. Then define the 'else' case as setting the checkbox as checked.
Thanks for your response, do you have any examples you can share with me, I am pretty new to the product and don't really know how to do what you describe
Thanks for your response, do you have any examples you can share with me, I am pretty new to the product and don't really know how to do what you describe
I figured it out, thanks
I figured it out, thanks
Cool. I'm proud of you ;)
Cool. I'm proud of you ;)
Now Prototyper 4.6 includes the 'toggle' event.
Now Prototyper 4.6 includes the 'toggle' event.
How do I set a checkbox to select all by default on page load? I can set the checked value and all the sub items but this screws with the toggle event
thanks
russ
How do I set a checkbox to select all by default on page load? I can set the checked value and all the sub items but this screws with the toggle event
thanks
russ
Could you give more details about your prototype please?
Could you give more details about your prototype please?
Let's say I have 5 checkboxes and another checkbox to select all. On page load I would want the select all state to be set so all the checkboxes are ticked.
Make sense?
thanks
Russ
Let's say I have 5 checkboxes and another checkbox to select all. On page load I would want the select all state to be set so all the checkboxes are ticked.
Make sense?
thanks
Russ
You can select the check boxes and change the value to 'checked' in properties.
You can select the check boxes and change the value to 'checked' in properties.
Create an "On Click" + "Set Value" event to change a checkbox to be checked.
Create an "On Click" + "Set Value" event to change a checkbox to be checked.
Replies have been locked on this page!