- setAriaLabel(String) - Method in class com.vaadin.flow.component.checkbox.Checkbox
-
Set the accessibility label of this checkbox.
- setAutofocus(boolean) - Method in class com.vaadin.flow.component.checkbox.Checkbox
-
Set the checkbox to be input focused when the page loads.
- setAutofocus(boolean) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
-
Description copied from corresponding location in WebComponent:
- setDisabled(boolean) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
-
Description copied from corresponding location in WebComponent:
- setIndeterminate(boolean) - Method in class com.vaadin.flow.component.checkbox.Checkbox
-
Set the indeterminate state of the checkbox.
- setIndeterminate(boolean) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
-
Description copied from corresponding location in WebComponent:
- setLabel(String) - Method in class com.vaadin.flow.component.checkbox.Checkbox
-
Set the current label text of this checkbox.
- setLabelAsHtml(String) - Method in class com.vaadin.flow.component.checkbox.Checkbox
-
Set the current label text of this checkbox with HTML
formatting.
- setName(String) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
-