Страницы · Laravilt
Fieldset
HTML fieldset grouping with legend
Wraps fields in HTML fieldset with legend.
Basic Usage
php
With Label
php
With Legend
php
Without Legend
php
Methods
| Method | Description |
|---|---|
make(?string) | Create fieldset |
label(string|Closure) | Set label |
legend(string|Closure) | Set legend (alias) |
schema(array) | Child components |
getLabel() | Get label |
getLegend() | Get legend |
getSchema() | Get schema |