2 references to HtmlInputCheckBox
System.Web (2)
UI\HtmlControls\HtmlInputCheckBox.cs (1)
46
/// <para>Initializes a new instance of a <see cref='System.Web.UI.HtmlControls.
HtmlInputCheckBox
'/> class.</para>
UI\HTMLTagNameToTypeMapper.cs (1)
67
t.Add("checkbox", typeof(
HtmlInputCheckBox
));