Comment 0 for bug 1360840

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

Upstream QtQuick Controls provide a CheckBox [1] which has a property called "exclusiveGroup" which comes in handy when trying to ensure that only one checkbox is checked within a group.

For example, say in the UI we present a group choice like shown below where a user is expected to only choose one option. Using upstream QT Checkbox, this is quite simple to implement, while using the Ubuntu SDK Checkbox is a hassle.

Which OS are you running?
 - Windows
 - Ubuntu
 - OSX

[1] http://qt-project.org/doc/qt-5/qml-qtquick-controls-checkbox.html