validator component

This commit is contained in:
Benjamin Dalsass
2025-12-01 07:58:28 +01:00
parent 06e5c80786
commit 81f056a91c
349 changed files with 51716 additions and 52 deletions

View File

@@ -15,8 +15,11 @@ use Combodo\iTop\Forms\Register\OptionsRegister;
use Symfony\Component\Form\Extension\Core\Type\CheckboxType;
/**
* Form block for checkbox.
* A block to manage a checkbox.
* This block expose one output: whether the checkbox is checked or not.
*
* @package Combodo\iTop\Forms\Block\Base
* @since 3.3.0
*/
class CheckboxFormBlock extends AbstractTypeFormBlock
{