From 56ac0c8935473564559bc9089fe4e351606ed104 Mon Sep 17 00:00:00 2001 From: balajidharma Date: Sun, 28 Jul 2024 09:55:08 -0400 Subject: [PATCH] Updated config --- config/form-builder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/form-builder.php b/config/form-builder.php index 08597c3..c80ada8 100644 --- a/config/form-builder.php +++ b/config/form-builder.php @@ -39,7 +39,7 @@ // 'wrapper_class' => 'choice-wrapper-class', // 'label_class' => 'choice-label-class', // 'field_class' => 'choice-field-class' - // + // 'choices_wrapper' => ['class' => 'choices-wrapper-class'], // # For choice type you may overwrite default choice options for each variant (checkbox, radio or select) // 'checkbox' => [ // 'wrapper_class' => 'choice-checkbox-wrapper-class',