AddContentControlCheckBox
Adds an empty content control checkbox to the document.
Parameters:
Returns:
-
This method doesn't return any data.
Example
Copy code
window.Asc.plugin.executeMethod ("AddContentControlCheckBox", [
{
"Checked" : false,
"CheckedSymbol" : 9756,
"UncheckedSymbol" : 9744
},
{
"Id" : 7,
"Tag" : "{tag}",
"Lock" : 0
}
]);