checkbox label on the right: form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2016 01:30 AM
Hi,
I want to show check box label on the right side in the form(not in service catalog). please suggest.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2016 01:50 AM
Hello jeetendra,
Without form manipulation I am afraid it is not possible,
And by form manipulation i mean something like onLoad script to get the element, and overwrite its styling with something like
position: abosulte;
right: 10px;
or position relative, depends on SNow version you run.
Regards,
Michal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2016 04:35 AM
I agree with Michal. The form design is set up to be consistent (or as consistent as possible) between various applications on the platform. For the user to see the label on the right of an element would be inconsistent and possibly cause confusion and/or bad user experience. Unless you dive in to the deep dark world of DOM manipulation and take on the risk of said client script not working in the next release of ServiceNow, I strongly recommend against and just move on with more important business requirements.