Uses of Class
org.patternfly.component.form.Checkbox
-
Uses of Checkbox in org.patternfly.component.card
-
Uses of Checkbox in org.patternfly.component.form
Modifier and TypeMethodDescriptionCheckbox.addBody
(CheckboxBody body) Checkbox.addDescription
(CheckboxDescription description) Checkbox.applyTo
(Consumer<InputElementBuilder<HTMLInputElement>> consumer) Provides access to the underlying checkbox element using a fluent API stylestatic Checkbox
static Checkbox
static Checkbox
static Checkbox
Checkbox.disabled
(boolean disabled) Checkbox.onChange
(ChangeHandler<Checkbox, Boolean> changeHandler) Defines a change handler that is called when thevalue()
of this checkbox changes.Checkbox.required
(boolean required) Checkbox.reversed()
Checkbox.standalone()
Same as standalone(true)Checkbox.standalone
(boolean removeLabel) Checkbox.that()
Checkbox.value
(boolean checked) Same as value(checked, false)Checkbox.value
(boolean checked, boolean fireEvent) Sets thechecked
attribute of the input element.