destructor()
removes a Checkbox instance and releases the occupied resources
destructor(): void;
Example
form.getItem("checkbox").destructor();
removes a Checkbox instance and releases the occupied resources
Example
form.getItem("checkbox").destructor();