Common questions about Checkbox usually involve the default checked state, property editing, and finding the entry point; this FAQ covers 3 frequent questions and a short glossary.
FAQ
How do I make a checkbox checked by default?
- Select the target checkbox on the slide.
- Click Control Properties to open the properties panel.
- Set the Value property to True.
- Return to the slide and confirm that the checkbox appears checked by default.
Why can’t I find the checkbox entry?
- Confirm that the file is open in WPS Presentation.
- Check whether the Developer Tools tab is visible in the top ribbon.
- Open Developer Tools and then look for Control Toolbox and Checkbox.
Where do I change the text next to the checkbox?
- Select the inserted checkbox.
- Open the Control Properties panel.
- Find the Caption property.
- Enter the new display text and return to the slide to review the result.
Glossary
| Term | Definition |
|---|---|
| Caption | The text shown next to the checkbox to describe what the option means. |
| Value | The current or default checked state of the checkbox, commonly True or False. |
| Name | The control name used to distinguish one checkbox object from another. |