TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,41 @@
.. include:: /Includes.rst.txt
.. _breaking-92678:
====================================================
Breaking: #92678 - CSS class checkbox-invert removed
====================================================
See :issue:`92678`
Description
===========
FormEngine used to have a class `checkbox-invert` for the styling
of an item with enabled flag `invertStateDisplay`. Now the checkbox value
itself is inverted. Therefore the class has been removed as it is not needed
any more.
Impact
======
Using the class doesn't have any effect on styling anymore.
Affected Installations
======================
Standard installations of TYPO3 are not affected. Only installations that
use the class `checkbox-invert` for customizations are affected.
Migration
=========
There is no migration required if only the invertStateDisplay configuration
is used. If CSS styling or JavaScript in the backend relies on the
class `checkbox-invert` present custom code needs to be added to make it
available again.
.. index:: Backend, NotScanned, ext:backend