aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/snippets/data/radiobutton/qtquickcontrols2-radiobutton-checked.qml
blob: 2e47580787a1c2bfcf2eda6b70e967570112ee2f (plain)
1
2
3
4
5
6
7
import QtQuick 2.0
import QtQuick.Controls 2.0

RadioButton {
    text: "Checked"
    checked: true
}