import QtQuick
import QtQuick.Controls
CheckDelegate {
text: "CheckDelegate"
Accessible.name: text + "Override"
}