Need to allow multiple selection on checkboxes - Catalog Form

AbdurRahmanSnow
Giga Guru

Good morning.
I have a requirement to build a variable/question with 3 choices, that need to be added as checkboxes.
But the problem is, we can only check 1 checkbox at a time. Multiple selections on the checkboxes are not happening. Please help.
111.jpg

1 ACCEPTED SOLUTION

Yes, correct. First, you need to create a label and then create other checkbox options.

https://www.servicenow.com/community/sacramento-snug/catalog-item-sleight-of-hand-mandatory-selectio...

 

Do not forget to mark this as Helpful and Correct.

 

Thanks,

Ashish

View solution in original post

10 REPLIES 10

Ankur Bawiskar
Tera Patron
Tera Patron

@AbdurRahmanSnow 

you can use checkbox type variables each will be a separate one

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

@AbdurRahmanSnow 

Thank you for marking my response as helpful.

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Ashish Parab
Mega Sage

Hello @AbdurRahmanSnow ,

 

Here you have used Lookup multiple-choice type of variable. With this, you can select only one option. If you want to select multiple options, please use the Check Box variable.

Refer below for more information. 

https://www.servicenow.com/docs/bundle/washingtondc-servicenow-platform/page/product/service-catalog...

 

Please mark this as "correct" and "helpful" if you feel this answer helped you in anyway.

 

Thanks and Regards,

Ashish

Hi Ashish. Thanks for this information.
So, you mean, first I need to create a Label Variable type and under that, I need to add check-box variable type individually as separate variables? Is it correct?
Also, will those check-boxes get linked to that Label?