CheckableGroup

component fbx.ui.control.CheckableGroup

CheckableGroup is an utility component used for grouping check boxes as one set of dependent radio buttons.

See fbx.ui.control.CheckBox for more information.

CheckableGroup {
    id: group

    onValueChanged: console.log("Selected value is", value);
}
property canUnselect

Whether checkable group may have zero buttons selected.

property value

Value corresponding to the value property of the currently selected item in the group.