set_checkbox_value method
set_checkbox_value
Sets the checkedness state for the input elemen with the Checkbox type.
def set_checkbox_value(self, value):
...
Parameter | Type | Description |
---|---|---|
value | bool | The checkedness. |
See Also
- module
aspose.html.forms
- class
InputElement