get_checkbox_value method
get_checkbox_value
Returns the checkedness state for the input element with the Checkbox type .
Returns
The checkedness state.
def get_checkbox_value(self):
...
See Also
- module
aspose.html.forms
- class
InputElement
Returns the checkedness state for the input element with the Checkbox type .
The checkedness state.
def get_checkbox_value(self):
...
aspose.html.forms
InputElement