Hi there,
We are using custom template for displaying a multi select template. The template works fine. But we wanted to display the template with some of the options in the message as checked (selected) default. User could be able to uncheck them, make more options as checked, etc.
Is there a way we can pass the options like this in the multiselect elements? like the below:
“elements”: [
{
“title”: “Classic T-Shirt Collection”,
“value”:“tShirt”,
“selected”: true
}
]
Thanks
Jyothish G