Code:
On *:dialog:name:sclick:check-id:{
  if $did($did).state == 0 {
    information <message>
  }
}

$did().state will be 1 when the editbox is checked, and 0 when unchecked.