NAME

PDF::Make::Builder::Form::Field::Radio - Radio button group form field

SYNOPSIS

$b->add_field(
    type       => 'radio',
    name       => 'gender',
    label      => 'Gender',
    options    => ['Male', 'Female', 'Other'],
);

PROPERTIES

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

options (ArrayRef, required) - Radio button values
spacing (Num, default 10) - Horizontal spacing between buttons in points

SEE ALSO

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