Страницы · Laravilt
Selection
Fields for choosing from predefined options.
Fields for choosing from a set of options.
| Component | Description |
|---|---|
| Select | Dropdown with search, multiple selection and relationships |
| Radio | Radio button group |
| Checkbox | Single checkbox |
| CheckboxList | Multiple checkboxes |
| Toggle | On/off switch |
| ToggleButtons | Button group |
Options
Every selection field takes options() as an array or a closure:
php
Relationships
Select and CheckboxList can load their options from an Eloquent relationship:
php