I need more info on how to use checkbox

Can someone point me to more info about how to use a checkbox in a user prompt please? It’s clear how to create a checkbox, but how do I turn that into a usable variable?

What I would love to do is input specific text if the checkbox is selected, and ignore the variable all together if unchecked. Does it work like that?

1 Like

In the first Prompt for User Input, enter the checkbox variable.
Then in a IF THen Else action, test for the checkbox variable = 1, and add another prompt.

Example:

Here are the Actions:

MACRO: TEST Using a Checkbox in a Prompt

TEST Using a Checkbox in a Prompt.kmmacros (6.1 KB)

3 Likes

That helps, thanks so much!