A family of Microsoft word processing software products for creating web, email, and print documents.
Your post suggests you're using checkbox formfields. You cannot replicate their values without VBA. If, however, you were to use:
• a drop-down formfield to simulate a checkbox, you could use a REF field to replicate them; or
• content controls (do not mix content controls and formfields in the same document), you can copy the source one, then use Paste Special>Paste Link to replicate it wherever you want. Any changes to the source will be reflected in the link.