I have the requirement to have text left aligned and a checkbox right aligned in a cell in a table. Is this possible?

I was thinking something like: (align:left).0.75 (align:right).{unchecked} But that does not work.

Should look like this: 0.75 [ ]

Thanks, Mark

Hi Mark,

Unfortunately it's now possible to have 2 different alignments in the same cell. Would it be acceptable as a workaround to use a second column to the right of the text column to display the check icon?

So, is it possible to have text and spaces and an icon in a table cell? I could left align everything and then force the checkbox to the right was spaces. I have tried this without success.

Putting the checkbox in a separate cell would work if I could hide individual column vertical lines. Guess I could put a white line over the vertical but then I may as well just use normal icons for the checkboxes.

Yes, it's possible to have the text and the icon to the right of it, but you'll need to specify the icon using its full syntax. For example these examples should work:

  • text {checked}
  • text {unchecked}