Fix CheckableListItem delegate in permissions page
The delegates on the page would not invoke the associated slot when their checkable boxes were checked, but would work as expected when any other portion was clicked. This has been fixed by using the "action:" property instead of "onClicked" for calling the slot.
Fixes #17 (closed).