Thanks for your feedback Italophile!
I'll answer my question and close the thread:
- In fact in ribbon, a <checkbox.../> placed in a <box.../> element of a <group.../> element, does not have the same appearance as a <checkbox.../> placed in a <menu.../> element of a <box.../> element (see image, this is just an example
). The former has a standard appearance, the latter is simply a checkmark.
- Management is the same, with the same getPressed, onAction and getLabel callbacks. However, as the appearance is different, if the box is checked, a check mark will indicate this (without the contours of a small square), and if not, only the label will appear.
|