Single- and Multi-Select Questions with Custom Item Template

Edit in →

SurveyJS Form Library supports the usage of custom templates to change the appearance of choice options in Checkboxes, Radio Button Group, and other single- or multi-select question types. This demo shows how to customize choice options using a custom template component.

To create and apply a custom option template, follow the steps below:

  1. Implement a component that renders option markup.
    The component accepts the option configuration object as a prop. You can use its value and text properties to access the option's value to be saved in survey results and display text.

  2. Register the component so that it can be accessed by name.
    In HTML/CSS/JavaScript projects, register the component in ReactElementFactory as shown in the index.js file.
    In React, register the component in ReactElementFactory as shown in the SurveyComponent.jsx file.
    In Angular, register the component in AngularComponentFactory as shown in the custom-choice-item.component.ts file.
    In Vue 3 and Knockout, use techniques native to these libraries:

  3. Assign the component name to the question's itemComponent property in the survey JSON schema.

Your cookie settings

We use cookies on our site to make your browsing experience more convenient and personal. In some cases, they are essential to making the site work properly. By clicking "Accept All", you consent to the use of all cookies in accordance with our Terms of Use & Privacy Statement. However, you may visit "Cookie settings" to provide a controlled consent.

Your renewal subscription expires soon.

Since the license is perpetual, you will still have permanent access to the product versions released within the first 12 month of the original purchase date.

If you wish to continue receiving technical support from our Help Desk specialists and maintain access to the latest product updates, make sure to renew your subscription by clicking the "Renew" button below.

Your renewal subscription has expired.

Since the license is perpetual, you will still have permanent access to the product versions released within the first 12 month of the original purchase date.

If you wish to continue receiving technical support from our Help Desk specialists and maintain access to the latest product updates, make sure to renew your subscription by clicking the "Renew" button below.