2.20 addradiobox

Add a radio box.

Parameters:

$kiriwrite_presmodule->addradiobox(radioboxname, options);

Usage:

$kiriwrite_presmodule->addradiobox("radiobox", { Description => "Radio box", Selected => 1, Value => "radioboxselected" } );

radioboxname
Specifies the radio box name to use.

options
Specifies the following options as a hash in any order.

Value Description
Description Specifies a description for the radio box name.
Style Specifies the CSS style to use.
Selected Specifies if the radio box should be selected.
LineBreak Specifies if a line break should be added.
Value Specifies the value of the radio box.