DropDownTreeCheckboxesSettingsTagHelper

Example

Razor
<checkboxes>
    <item-template></item-template>
</checkboxes>

ChildTags

Tag NameDetails
item-templateTemplateTagHelper

Attributes

AttributeTypeDescription
nameStringSets the name attribute of the checkbox inputs. That name will be posted to the server.
check-childrenBooleanIndicates whether checkboxes of child items should get checked when the checkbox of a parent item is checked. This also enables tri-state checkboxes with an indeterminate state.
enabledBooleanEnables or disables the configuration.
templateStringRepresents a collection of templates defined for the component.
template-handlerStringThe template which renders the checkboxes. Can be used to allow posting of additional information along the TreeView checkboxes.The fields which can be used in the template are: item - the data item of the given node or treeview - the TreeView options. This option expects the name of a JavaScript function that will be called to return the template.
template-idStringThe template which renders the checkboxes. Can be used to allow posting of additional information along the TreeView checkboxes.The fields which can be used in the template are: item - the data item of the given node or treeview - the TreeView options. This option expects the ID of the script element that contains the template.
template-viewIHtmlContentThe template which renders the checkboxes. Can be used to allow posting of additional information along the TreeView checkboxes.The fields which can be used in the template are: item - the data item of the given node or treeview - the TreeView options. This option expects the instance containing the created HTML.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support