how to add checkbox and radio button fields in a form ?

Adil JEBLI
Mega Expert

Hi,
I want to add checkboxes and radio button in my form, do you have any idea how to do that ?
I check in google and the wiki of servicenow but it existe like a variable in catalog item, in my case i want to add them in my own interface.
thank you.

18 REPLIES 18

zica
Giga Guru

Adil,



Take a look on section 4 and 17 of this following wiki : Variable Types - ServiceNow Wiki


Right click at the top of the form, then personalize >> form layout


Under create new field section, choose true/false as type if you want to have check boxes


yes but what if i want to a lot of checkboxes and each one of them return a value for example;
option1 return 1
option2 return 2
option3 return 3


Chris Fulton
ServiceNow Employee
ServiceNow Employee

I'm not sure I understand your question.



Are you wanting to add new fields to a catalog item? or an existing form in an application?