import QtQuick 2.0 import QtQuick.Controls 2.0 CheckBox { text: "CheckBox" background: Rectangle { color: "transparent" border.color: "red" } }