Is there a more direct/concise way to get check box state?

State of check box by name on sheet by name.

ChkBoxState = ThisComponent.Sheets("Sheet1").DrawPage.Forms.getByIndex(0).getByName("Check Box 1").State

Thanks