How to display message for checkbox template

before the checkboxes, i want to display message saying, select the options from below checkboxes

Hi @csaitharun,

We infer from the above that you have built a custom template as per your requirement.
You can add a “text” before displaying the checkboxes by passing “Text” Atribute in your message payload.

Please find the below example in the Quick Replies template code:
image

Hope this is helpful.

Regards,
Yoga Ramya.

Hi @csaitharun,

With the delivered WebSDK, template header is not displayed for MultiSelect template. How ever, you can customize the SDK, in any way you to render.

Work around: You can put a message node before ‘Multi select template’ node

Regards,
Karthik