Is there any way to have a sort of "counter" in emacs org-mode, preferably one with a target value? I'm basically looking to create a checkbox, but one that doesn't only have the possible values of 0 or 1.
For example, let's say that I have a task that I need to do 10 times, for some reason. I'd like to keep track of how far along I am in completing my 10 iterations of this task. I could certainly just create a checkbox for this task, and then manually keep note of how many times I've done it, but it would be nice if there was some way to create a counter, increment that counter, and have it automatically marked as complete when it hits 10.
Is there any easy way to accomplish this? Creating 10 sub-checkboxes will do the job, but isn't really ideal.