Replace
@Html.CheckBoxFor(x => x.MyQuestions)
with
@Html.CheckBox("MyQuestions", Model.MyQuestions ?? false)