setText()
Set the checkbox's text.
Parameters
Once an object checkbox has been created, you can use the following function:
checkbox.setText(text)
| Parameter | Type | Default | Description |
|---|---|---|---|
text |
str |
required | The new text to show beside the checkbox. |
Set the checkbox's text.
Once an object checkbox has been created, you can use the following function:
checkbox.setText(text)
| Parameter | Type | Default | Description |
|---|---|---|---|
text |
str |
required | The new text to show beside the checkbox. |