Comment 1 for bug 1360840

Revision history for this message
Nekhelesh Ramananthan (nik90) wrote : Re: Checkbox should provide an exclusiveGroup property similar to upstream Qt Switch

This is required for the clock app where the user should be allowed only choose one alarm sound. We have currently implemented this using a for loop which goes through the list to ensure that only one list item is checked at all times. A exclusiveGroup property would be a perfect usecase here.