Checkbox Filter

Checkbox path filter is used to show or hide HTML elements depending on their path and user selection.

<input
    type="checkbox"
    data-grid-control="checkbox-filter"
    data-path=".title"
/>

If the data-value attribute is specified, the filter will look for this text value in the provided data-path. In this case, the following data attributes may be specified:

Last updated