InputCheckbox

Undocumented in source.
class InputCheckbox : TemplateHTMLElement!(DefineSignals!(Button, "onClick"), `<input type="checkbox" id="%[id%]" ` ~ buildHTMLTagAttr(attrs) ~ `>`)(
alias attrs = null
) {}

Constructors

this
this(string id)
Undocumented in source.

Members

Functions

onStart
void onStart(HTMLPage page)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

isChecked
bool isChecked [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isChecked
bool isChecked [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta