- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2019 11:59 AM
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
Using g_form and showFieldMsg can get text to show on next line, but want to show on same line as checkbox.
Solved! Go to Solution.
- Labels:
-
User Experience and Design
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2019 12:04 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2019 12:04 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2019 12:23 AM
Unfortunately, showFieldMsg is the best option you got!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2023 12:27 PM
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.