Emits HTML checkbox input
Source position: whtml.pp line 71
public procedure THTMLWriter.EmitCheckBox( |
const Name: string; |
const Value: string |
); |
const Name: string; |
const Value: string; |
Checked: Boolean |
); |
Name |
|
Checkbox field name |
Value |
|
Checkbox value when checked |
Name |
|
Checkbox field name |
Value |
|
Checkbox value when checked |
Checked |
|
True if checkbox should be initially checked |
Emits an HTML INPUT tag with TYPE="checkbox" attribute. This is an overloaded method that can specify whether the checkbox is initially checked.
|
Emits HTML radio button input |
|
|
Emits HTML input field |