diff options
Diffstat (limited to 'src/controls/CheckBox.qml')
| -rw-r--r-- | src/controls/CheckBox.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/controls/CheckBox.qml b/src/controls/CheckBox.qml index ad82a9487..48d5e8b2a 100644 --- a/src/controls/CheckBox.qml +++ b/src/controls/CheckBox.qml @@ -85,6 +85,9 @@ import QtQuick.Controls.Private 1.0 \endqml Whenever a CheckBox is clicked, it emits the \l {AbstractCheckable::clicked}{clicked()} signal. + + You can create a custom appearance for a CheckBox by + assigning a \l CheckBoxStyle. */ AbstractCheckable { |
