Represents an interactive checkbox in a WordprocessingML document.
CheckBox creates a content control with checkbox functionality, displaying a checked or unchecked symbol based on its state.
new CheckBox({ checked: true, alias: "Accept Terms",}); Copy
new CheckBox({ checked: true, alias: "Accept Terms",});
Optional
Do not use this method. It is only used internally by the library. It will be removed in a future version.
Represents an interactive checkbox in a WordprocessingML document.
CheckBox creates a content control with checkbox functionality, displaying a checked or unchecked symbol based on its state.
Example