It would be nice to be able to do something like: ``` uniqueId.enableUniqueIds(this, { prefix: "checkbox" }); ``` So, that the first instance id of that type would be `checkbox-1`, the second instance id of that type would be `checkbox-2`, and so on...