TIWCGJQCheckBoxListOptions.SelectedText Property

The text to display in the select box when options are selected (if selectedList is false). A pound sign (#) will automatically replaced by the number of checkboxes selected. If two pound signs are present in this parameter, the second will be replaced by the total number of checkboxes available. Example: "# of # checked". This parameter also accepts an anonymous function with three arguments: the number of checkboxes checked, the total number of checkboxes, and an array of the checked checkbox DOM elements.

Namespace: IWCGJQCheckBoxList
published
 property SelectedText: string index 06 read GetStringValue write SetStringValue stored IsStringStored;

Property Value

Type: string