How to add multi select checkbox on form ?

balaram
Mega Contributor

I want to add multi select check box on form like below. I don't see any OOB field type for this.

Did anybody do like this on form ? Please provide your inputs.

find_real_file.png

2 REPLIES 2

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hello Bala,



Nothing OOTB. You can try with list collector or series of checkboxes on the form. List collector should be a good workaround.


Harish KM
Kilo Patron
Kilo Patron

you can use "list" type field for forms which allows u to add multiple values. You can store this choices in a separate table and you can refer to that table.


Regards
Harish