Skip to content
Snippets Groups Projects
## [3.3.0] - 2025-04-15
### Added
- ToggleField class, extends CheckboxField for toggle button functionality.
### Changed
- Declared nullable parameter types (e.g. `?string`, `?Renderer`) to fix PHP 8.4 deprecation warnings about implicitly nullable parameters.