import QtQuick 2.3 import QtQuick.Controls 1.2 import QGroundControl.FactSystem 1.0 import QGroundControl.Palette 1.0 import QGroundControl.Controls 1.0 import QGroundControl.ScreenTools 1.0 Flow { spacing: ScreenTools.defaultFontPixelWidth /// true: Checking the first entry will clear and disable all other entries property bool firstEntryIsAll: false property Fact fact: Fact { } Component.onCompleted: { if (firstEntryIsAll && repeater.itemAt(0).checked) { for (var i=1; i