You need a link to the form, and the form must check the box (or the property that refers to the box).
, UI. Name Person ? .
, , :
bool checked = form.IsAdultCheckbox.Checked;
bool checked = form.IsAdult;
( IsAdult someCheckbox.Checked.)
(, Checked bool), , .