Is it possible to display text to right of true/false field

marclindsay
Tera Guru

Trying to determine how I can put data/text behind a check box like this. There is a lot of unused space behind a checkbox and want to add additional text here for the user. 

One example would be something like this... While check box is unchecked would be blank behind. Once checked want to put a date behind the checkbox. If unchecked would remove text again

find_real_file.png

Using g_form and showFieldMsg can get text to show on next line, but want to show on same line as checkbox. 

find_real_file.png

1 ACCEPTED SOLUTION

naveen14
Kilo Guru

Hi  Marclindsay,

    You can't display text to right of true/false because its boolean formate with that only it can show left side of checkbox will contant the text

 

Thanks

Naveen

 

View solution in original post

3 REPLIES 3

naveen14
Kilo Guru

Hi  Marclindsay,

    You can't display text to right of true/false because its boolean formate with that only it can show left side of checkbox will contant the text

 

Thanks

Naveen

 

Sumit Pandey1
Kilo Guru
Kilo Guru

Unfortunately, showFieldMsg is the best option you got!!

Brian Shacklefo
Tera Contributor

You can create a Date field that populates with the date the True/False field is marked true with a business rule. You can make the field Read-only and visible with a UI Policy. 

BrianShacklefo_0-1700166440106.png