NAME
Kernel::Output::HTML::ImportExport::LayoutCheckbox – layout backend module
DESCRIPTION
All layout functions for checkbox elements in import/export.
new()
Create an object
$BackendObject = Kernel::Output::HTML::ImportExport::LayoutCheckbox->new(
%Param,
);
FormInputCreate()
Create a input string
my $Value = $BackendObject->FormInputCreate(
Item => $ItemRef,
Prefix => 'Prefix::', # (optional)
Value => 'Value', # (optional)
);
FormDataGet()
Get form data
my $FormData = $BackendObject->FormDataGet(
Item => $ItemRef,
Prefix => 'Prefix::', # (optional)
);
