Skip to content

[Form]: Add option choice_html to allow HTML content in ChoiceType labels #40806

@ThomasLandauer

Description

@ThomasLandauer

Description
Similar to label_html, add an option to allow HTML content in radio button labels. Suggested name: choice_html

Example

$builder->add('foo', ChoiceType::class, ['choices' => $foos, 'expanded' => true, 'multiple' => false, 'choice_html' => true]);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions