diff --git a/components/CheckBox.qml b/components/CheckBox.qml index fce53ad7..517917a3 100644 --- a/components/CheckBox.qml +++ b/components/CheckBox.qml @@ -76,6 +76,7 @@ RowLayout { MouseArea { anchors.fill: parent + cursorShape: Qt.PointingHandCursor onClicked: { toggle() } @@ -93,6 +94,7 @@ RowLayout { anchors.leftMargin: !isMobile ? 10 : 8 MouseArea { anchors.fill: parent + cursorShape: Qt.PointingHandCursor onClicked: { toggle() }