Class CheckboxLocator

java.lang.Object
com.vaadin.browserless.locator.Locator<Checkbox,CheckboxLocator>
com.vaadin.flow.component.checkbox.CheckboxLocator
All Implemented Interfaces:
Clickable<Checkbox>, HasAriaLabelFilter<Checkbox,CheckboxLocator>, HasLabelFilter<Checkbox,CheckboxLocator>, HasThemeFilter<Checkbox,CheckboxLocator>, HasValueFilter<Checkbox,Boolean,CheckboxLocator>

Generated locator for Checkbox, derived from CheckboxTester. Filter steps are inherited from Locator; action methods delegate to a fresh tester around the resolved component, so behavioral changes belong on the tester, not here.