getText()
Return the checkbox's text.
Parameters
Once an object checkbox has been created, you can use the following function:
checkbox.getText()
Returns
return text
| Value | Type | Description |
|---|---|---|
| text | str |
The text shown beside the checkbox. |
Return the checkbox's text.
Once an object checkbox has been created, you can use the following function:
checkbox.getText()
return text
| Value | Type | Description |
|---|---|---|
| text | str |
The text shown beside the checkbox. |