public function testConstructor() { $this->assertInstanceOf('Pop\\Form\\Element\\Checkbox', new Checkbox('colors', array('Red', 'Blue', 'Green'))); }