Inline Checklist: Check Value can't use a Relational?

Hello,

I want to use Check Value with a computed column.

Since Check Value prefers TRUE / FALSE, I created a IF/THEN/ELSE column. But I don’t see it showing up in the Check Value menu.

Does Check Value only accept non-computed data? Is there a workaround?

Check Value menu:
image

Yes, that’s true.

Why do you want to use a computed column here though? The intention of this layout is for users to “check” something. Using a computed column will make it impossible to check/uncheck.

I think if you want to simply display a check/uncheck value, you can use an if then else column and give the boolean value appropriate emojis, then display them in an inline list instead.