Tree is used to display hierarchical data.
+A model can be bound using the standard v-model directive.
+Any valid attribute such as name and autofocus are passed to the underlying input element. Following is the additional property to configure the component.
+Name | +Type | +Default | +Description | +
---|---|---|---|
value | +boolean | +null | +Value of the component. | +
Name | +Parameters | +Description | +
---|---|---|
change | +event: Browser event | +Callback to invoke on value change. | +
input | +event: Value of checkbox | +Callback to invoke on click. | +
click | +event: Browser event | +Callback to invoke click. | +
focus | +event: Browser event | +Callback to invoke on focus. | +
blur | +event: Browser event | +Callback to invoke on blur. | +
Following is the list of structural style classes, for theming classes visit
Name | +Element | +
---|---|
p-chkbox | +Container element | +
p-tristatechkbox | +Container element | +
p-chkbox-box | +Container of icon. | +
p-chkbox-icon | +Icon element. | +
None.
+