SoftadminGuide.FieldGeneric_Checkbox
Type:
Stored procedure
Used to create a checkbox input parameter.
Expects a table #SoftadminGuideMultiControl created by [SoftadminGuide.Field_MultiControl_Definition].
Parameters
@FieldName
mandatory
varchar(1000)
The field name, used when referring 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.