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