Home
|
QuickStart Welcome
|
ASP.NET
|
Web Services
|
How Do I...?
| I want my samples in...
C#
VB
C++
J#
ASP.NET 2.0 Quickstart Tutorials
HTML Controls
HtmlAnchor
HtmlButton
HtmlForm
HtmlGeneric
HtmlImage
HtmlInputButton
HtmlInputCheckBox
HtmlInputFile
HtmlInputHidden
HtmlInputImage
HtmlInputRadioButton
HtmlInputText
HtmlSelect
HtmlTable
HtmlTextArea
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