A custom form control for Xperience by Kentico that enables editors to configure and use multi-choice (checkbox-based) fields within Content Types and Reusable Fields. This control extends the standard field form functionality, allowing multiple selections and providing a flexible solution for building richer content structures.
- Enables multi-choice (checkbox-based) selection
- Usable in Content Types and Reusable Fields
- Simple setup and configuration via the Admin UI
- Extensible and reusable across projects
| Xperience Version | Library Version |
|---|---|
| >= 30.8.0 | 1.0.0 |
Add the package to your application using the .NET CLI
dotnet add package XperienceCommunity.MultiChoiceFormControl1.1. Add the following in your Program.cs:
builder.Services.AddTransient<IMultiChoiceOptionsProviderActivator, MultiChoiceOptionsProviderActivator>();
This custom form control allows you to add a Multi-Choice Selector to your Content Types and Reusable Fields, enabling editors to select multiple options when creating or editing content items.
You can restore database with configured samples. View DancingGoat Sample Database.
Dashboard User Name: Administrator
Password: 1234567890
This widget is provided under MIT license.
Uninstall this from the NuGet Package Manager and rebuild the project.
Please report any issues seen, in the issue list. We will address at the earliest possibility.


