InputElementGetCheckboxValue Method
Returns the checkedness state for the input element with the Checkbox type .

Namespace: Aspose.Html.Forms
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public bool GetCheckboxValue()

Return Value

Type: Boolean
The checkedness state.
See Also