WPS Checkbox on Windows FAQ

Last updated:July 17, 2026

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?

  1. Select the target checkbox on the slide.
  2. Click Control Properties to open the properties panel.
  3. Set the Value property to True.
  4. Return to the slide and confirm that the checkbox appears checked by default.

Why can’t I find the checkbox entry?

  1. Confirm that the file is open in WPS Presentation.
  2. Check whether the Developer Tools tab is visible in the top ribbon.
  3. Open Developer Tools and then look for Control Toolbox and Checkbox.

Where do I change the text next to the checkbox?

  1. Select the inserted checkbox.
  2. Open the Control Properties panel.
  3. Find the Caption property.
  4. Enter the new display text and return to the slide to review the result.

Glossary

TermDefinition
CaptionThe text shown next to the checkbox to describe what the option means.
ValueThe current or default checked state of the checkbox, commonly True or False.
NameThe control name used to distinguish one checkbox object from another.