Welcome
|
ASP.NET
|
Web Services
|
How Do I...?
|
Class Browser
| I want my samples in...
C#
VB
C++
J#
ASP.NET Quickstart Tutorials
HTML Controls
HtmlAnchor
HtmlButton
HtmlForm
HtmlGeneric
HtmlImage
HtmlInputButton
HtmlInputCheckBox
HtmlInputFile
HtmlInputHidden
HtmlInputImage
HtmlInputRadioButton
HtmlInputText
HtmlSelect
HtmlTable
HtmlTextArea
dd
Back to ASP.NET Home
HtmlInputCheckBox
The
HtmlInputCheckBox
control accepts Boolean (
true
/
false
) input. When selected, its
Checked
property is
true
. The following sample illustrates using the
HtmlInputCheckBox
control.
VB HtmlInputCheckBox1.aspx