 | GuiCheckBox Method (String, String, String) |
Namespace:
Dynamicweb.SystemTools
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic static string CheckBox(
string selectedFieldValue,
string fieldName,
string attributes
)
Public Shared Function CheckBox (
selectedFieldValue As String,
fieldName As String,
attributes As String
) As String
Parameters
- selectedFieldValue
- Type: SystemString
- fieldName
- Type: SystemString
- attributes
- Type: SystemString
Return Value
Type:
String
See Also