/**
  * Creates a new instance of the check list field
  * @param CheckList $field
  */
 function __construct(CheckList $field)
 {
     $this->field = $field;
     $this->attribs = $field->GetHtmlAttributes();
 }