Headless.HtmlCheckBox.HtmlCheckBox C# (CSharp) Method

HtmlCheckBox() public method

Initializes a new instance of the HtmlCheckBox class.
/// The parameter is null. /// /// The parameter is null. ///
public HtmlCheckBox ( IHtmlPage page, IXPathNavigable node ) : System.Collections.Generic
page IHtmlPage /// The owning page. ///
node IXPathNavigable /// The node. ///
return System.Collections.Generic
        public HtmlCheckBox(IHtmlPage page, IXPathNavigable node)
            : base(page, node)
        {
        }