It seems CheckBoxField won\'t accept an ID property, so I can\'t directly call the component in the code behind file.
use
this way you can access it from your code behind
youid.Checked = true;