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