2.20 addradiobox

The addradiobox subroutine adds a radio box.

Parameters:

$xestiascan_presmodule->addradiobox(radioboxname, options);


Usage:

$xestiascan_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.

Setting 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.