Main Label of Checkboxes

Hi there,

I am looking for the code name of a label for it to be used within a presenter I am working on. I tried {{ label }} but that didn’t work and I couldn’t see anything in the references for such a thing.

This is what I’m referring to. I need to get the label within the custom presenter so I can properly align the various elements.

Thanks!

Morning Craig,

You should be able to find the key for any label in the Locale section under labels.

image

You can use this in your presenter by first assigning the label to a variable.

image

image

Once in the variable, you can then use {{label}} within your html.

Hope this helps.

2 Likes