diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-09-24 08:12:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-24 08:12:10 +0200 |
commit | 1e376958b396e6cb2e9b8128275f5abbce93e322 (patch) | |
tree | 5d801b1ec7864785a204396ee4520427e5ba030d /doc/classes/CheckBox.xml | |
parent | 72aaf81518253e25f28b3a23b5d3509e1264a5ad (diff) | |
parent | 038baede5a7c882e36cafbe3ad75611849e68c47 (diff) |
Merge pull request #42284 from Calinou/doc-button-basebutton
Reference the BaseButton class explicitly in button class documentations
Diffstat (limited to 'doc/classes/CheckBox.xml')
-rw-r--r-- | doc/classes/CheckBox.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/CheckBox.xml b/doc/classes/CheckBox.xml index 9c42091eb8..f912bb98c9 100644 --- a/doc/classes/CheckBox.xml +++ b/doc/classes/CheckBox.xml @@ -5,6 +5,7 @@ </brief_description> <description> A checkbox allows the user to make a binary choice (choosing only one of two possible options). It's similar to [CheckButton] in functionality, but it has a different appearance. To follow established UX patterns, it's recommended to use CheckBox when toggling it has [b]no[/b] immediate effect on something. For instance, it should be used when toggling it will only do something once a confirmation button is pressed. + See also [BaseButton] which contains common properties and methods associated with this node. </description> <tutorials> </tutorials> |