SoftadminGuide.Parameter_Checkbox_Create

Type: Stored procedure

Used to create a checkbox input parameter.

Expects a table #SoftadminGuideMultiControl created by SoftadminGuide.Parameter_MultiControl_Definition.

Parameters

@ParameterName mandatory varchar(1000)
The parameter name, used to refer to this field by other fields and when getting the value from the multicontrol.
@Label mandatory varchar(1000)
The parameter label.
@Description mandatory nvarchar(max)
Description for the field.