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):
    ...
ParameterTypeDescription
valueboolThe checkedness.

See Also