checkbox label on the right: form

jt110
Kilo Contributor

Hi,

I want to show check box label on the right side in the form(not in service catalog). please suggest.

2 REPLIES 2

michal29
Mega Guru

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


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.