| InputElementGetCheckboxValue Method |
Returns the checkedness state for the input element with the Checkbox type .
Namespace: Aspose.Html.FormsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic bool GetCheckboxValue()
Public Function GetCheckboxValue As Boolean
public:
bool GetCheckboxValue()
member GetCheckboxValue : unit -> bool
Return Value
Type:
BooleanThe checkedness state.
See Also