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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2016 10:25 AM
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.
- Labels:
-
User Interface (UI)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2016 10:37 AM
I want to add checkboxes for my own interface, that means that i have a new table !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2016 10:47 AM
Form layout or Form designer will do what you need.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2016 10:52 AM
If you give further details what are you working on, it would be easier to provide a better solution.
When exactly you would like to return a value ? which kind of value is it ?
If you would like to check if the the option 1 is ticked or not, then you can write an onLoad / onChange client script and get the value of the field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2016 10:49 AM
Hi Adil,
If you want checkboxes then you have to go to Table definition or Form Design and create as many options. I think most of the people as answered your question I guess.
If it still didnt solve the issue, could you please more specific, may be screenshots will help

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2016 02:11 AM
hi again,
the issue is i want to create many options, each option return a unique value.
the solution that I know is to creat many fields of the type "true/false" i don't if there is more possibilities.
ok, let's take that solution and tell me how to create radio button please !