Feature Request: Toggle helper like `admin_toggle_to` which creates / destroys an record
I know the name for it sucks, but something similar to that...
I'm finding I could use this a lot in table columns... Or even a built in toggle column type or something.
I'm guessing we would build this into the actions helper of the table hmm... or is there already something that does something similar?
I'm presuming you mean some sort of toggle switch like this:

If so, I'd definitely like to include something like this in Trestle core.
Thinking about what it could potentially be, at its core it would be a styled checkbox that submits an AJAX request (update action but could be customized) when it is changed. As far as I am aware, the styling can be done through pure CSS with JS just handling the change event and AJAX submission. We'd probably want a built in loading indicator too.