AdamWathan\Form\Elements\Checkbox::__construct PHP Method

__construct() public method

public __construct ( $name, $value = 1 )
    public function __construct($name, $value = 1)
    {
        parent::__construct($name);
        $this->setValue($value);
    }