Control Checkboxxes in Textfield

@Ronald_van_Meurs Yeah that sounds veery complex to build and maintain.
Maybe its easier to just go a different path.

As I undestand you want:

  • A checklist of things to do.
  • Buttons that check todos on the list.

You could just make a checklist column per todo and then have a button or multiple buttons to set these to true (more about using one button column to do different things here)

Then make a list with concat where you show your checklist and use emojis instead of the coda checkbox.

You can’t click on your “Concat” column in your last example anyway, so this would be the same result, just little different look.

This way you don’t need any json manipulation and only one column per checkbox / todo.

Would that suit your scenario?

2 Likes