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

See Also