页面 · Laravilt
CheckboxList
Multiple checkboxes with columns, search, bulk toggle and grouping.
A list of checkboxes for selecting several options.
Basic usage
php
Columns, search and bulk toggle
php
Relationship
php
Grouping
php
API reference
| Method | Description |
|---|---|
options(array|Closure) | Set options |
relationship(name, titleAttribute, ?modifyQuery) | Load from a relationship |
columns(?int) | Number of columns |
gridDirection(string) | Fill order of the grid |
searchable(bool) | Filter options |
bulkToggleable(bool) | Select-all / deselect-all |
inline(bool) | Inline layout |
groupBy(attribute, labels) / groupLabels(array) | Group options |
groupSelectAll(bool) / collapsible(bool) / defaultGroup(?string) | Group behaviour |