Skip to main content
Version: ILLiad 9.2 (Current)

CHECKED Tags

Parameters​

Name​

The Name parameter is the name of the field you are retrieving. This is typically going to be the same as the name of the checkbox input tag.

  • Default: TransactionNumber

Default​

The Default value determines if the checkbox should be checked when the value was not already found from a previous request submission or set by the DLL.

  • Allowed Values: True, False
  • Default: If the parameter is not provided, the default value is considered to be false.

Example​

<input type="checkbox" name="Notification_RequestShipped_SMS" value="Yes"
<#CHECKED>>

When output by the DLL, this will transform into the following if the value for checked was true.

<input type="checkbox" name="Notification_RequestShipped_SMS" value="Yes"
checked>