Checkbox questions store the answer in the database just like any other question. You cannot get access to the checkbox itself but the answer/response should be stored as "true" or "false" and you access it just like any other question type as shown in the article Implementing a Custom Form Submission Handler.
Hope that helps,
Joe