A family of Microsoft word processing software products for creating web, email, and print documents.
The slowness comes from using ActiveX checkboxes instead of formfield checkboxes -- Word has to load each one of those controls from the OCX file, and that takes time.
If you don't want to use formfields (which involves protecting the document, which causes other problems), you could try the macro-driven approach at http://gregmaxey.mvps.org/Add_Toggle_Objects.htm or a userform as in http://gregmaxey.mvps.org/Interactive_UserForm_Checkboxes.htm .