Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FormBuilderCheckboxGroup FormBuilderRadioGroup]: add decorators to items itemDecorators to be be able to box the choices #1343

Closed
1 task done
freemansoft opened this issue Dec 24, 2023 · 0 comments · Fixed by #1344
Labels
enhancement New feature or request

Comments

@freemansoft
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Package/Plugin version

9.1.0

What you'd like to happen

We want to make radio or check box cards with images and text surrounded by a box.

We actually want the ability to also put the checkbox / radio at top, middle or bottom when next to a stack of widgets.  Currently can only be centered on the left or right.

Alternatives you've considered

Tried subclassing but the super call in `FormBuilderCheckboxGroup` and `FormBuilderRadioGroup` make it impossible to intercept or replace the `GroupedCheckBox` or `GroupedRadioButtion` invocations with a subclass.

The alternative is to create a custom component but that seems like for a different purpose

Aditional information

flutter-form-builder-inputDecoratin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant