NAME

PDF::Make::Builder::Form::Field::Checkbox - Checkbox form field

SYNOPSIS

$b->add_field(
    type       => 'checkbox',
    name       => 'agree_terms',
    label      => 'I agree to the terms and conditions',
);

DESCRIPTION

Renders a checkbox with an inline label to the right. Default size is 14x14 points.

PROPERTIES

Inherits all properties from PDF::Make::Builder::Form::Field, plus:

on_value (Str, default 'Yes') - The value when checked

SEE ALSO

PDF::Make::Builder::Form::Field, PDF::Make::Builder