setText()
Set the checkbox's text.
checkbox.setText(text)
Parameters
checkbox.setText(text)
| Parameter | Type | Default | Description |
|---|---|---|---|
text |
str |
required | The new text to show beside the checkbox. |
Set the checkbox's text.
checkbox.setText(text)
checkbox.setText(text)
| Parameter | Type | Default | Description |
|---|---|---|---|
text |
str |
required | The new text to show beside the checkbox. |