Updated comments

This commit is contained in:
nathan 2017-01-19 01:19:20 +01:00
parent d3ab6cc3c8
commit 76b006023c

View File

@ -66,7 +66,7 @@ class Checkbox extends Entry {
}
/**
* @return true if this checkbox is selected, false if not.
* @return true if this checkbox is selected, false if not. A checkbox's state is set BEFORE the callback is triggered.
*/
public
boolean getChecked() {