Checklist

Is there a way to create a checklist with Skuid. What I need is a way for someone to type in a text box with a connecting check box that can be ticked when completed.

Thank you!

It sounds like you are describing something similar to the result of following the “Build an Activities Related List Tab” tutorial: http://help.skuidify.com/s/tutorials/m/supercharge-your-ui/l/107247-build-an-activities-related-list…



In the picture above, you’ll notice the table for Open Tasks has checkmarks next to each Task. This is the combined effort of a table Row Action with an Inline Javascript Snippet (and the ui-silk-tick icon for that checkmark look). When the check is clicked, the status is updated to Closed and the task moves to the Completed Tasks table.

While this process takes some work, it is very useful!

Let us know if you had something else in mind. If so, we’ll see what we can do.