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