I have been searching how to make that happen but i can't find it anywhere. I even guessed how to enable/disable the quicklist item, so as how to add function invoked after the item is clicked, but that's all. Any ideas?
I want to make a quicklist for my app which will consist of checkboxes or radio buttons. I found info how to add items without associated action to the quicklist (tutorial) but that's all I found, there is no information how to add other types of items (checkboxes, radio buttons, horizontal dividers or item with associated action) which are mentioned there. I'm trying to get something like this.
I'm not sure is it correct, but I'm using something like this:
Here's an example of making a Checkbox type Quicklist menu item:
And here is one for making a Radio type Quicklist menu item: