Checkbox

class pytest_splunk_addon_ui_smartx.components.controls.checkbox.Checkbox(browser, container, searchable=True)[source]

Bases: pytest_splunk_addon_ui_smartx.components.controls.base_control.BaseControl

Entity_Component : Checkbox

check()[source]
Checks the checkbox if unchecked
return

Bool true if successful, else it will return a statement that it was already checked

is_checked()[source]
Returns True if the checkbox is already checked, otherwise False
return

Bool True if checked, False if unchecked

toggle()[source]

Toggles the checkbox value

uncheck()[source]
Unchecks the checkbox if checked
return

Bool true if successful, else it will return a statement that it was already unchecked