| Info | Value |
|---|---|
| Component Type | org.primefaces.component.Checkbox |
| Handler Class | None |
| Renderer Type | org.primefaces.component.CheckboxRenderer |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
binding | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
| An el expression referring to a server side UIComponent instance in a backing bean. |
disabled | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Disables the component. |
for | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Id of the SelectManyCheckbox component to attach to. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Unique identifier of the component in a namingContainer. |
itemIndex | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Index of the selectItem of the SelectManyCheckbox. |
onchange | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client side callback to execute on state change. |
rendered | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Boolean value to specify the rendering of the component, when set to false component will not be rendered. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Inline style of the component. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Style class of the component. |
tabindex | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| The tabindex attribute specifies the tab order of an element when the "tab" button is used for navigating. |
widgetVar | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Name of the client side widget. |
Output generated by Vdldoc View Declaration Language Documentation Generator.