1. Home
  2. Knowledge Base
  3. The Digioh Platform
  4. Select Buttons Guide: How to Make Multi-Select Answers
  1. Home
  2. Knowledge Base
  3. Quizzes
  4. Select Buttons Guide: How to Make Multi-Select Answers
  1. Home
  2. Knowledge Base
  3. Design Editor
  4. Select Buttons Guide: How to Make Multi-Select Answers
  1. Home
  2. Knowledge Base
  3. Popups & Other Forms
  4. Select Buttons Guide: How to Make Multi-Select Answers

Select Buttons Guide: How to Make Multi-Select Answers

What You’ll Learn

In this guide, you’ll discover how to create interactive multi-select buttons in Digioh, enabling users to choose multiple options in your forms and quizzes. By following these steps, you’ll be able to:​

  • Set up multi-select buttons that allow users to select multiple answers.

  • Apply distinct styles to buttons to indicate different states like default, hover, and selected.

  • Enhance user experience by clearly showing which options have been selected.

Buttons let you make things happen with your forms and quizzes. You can even make multiple selections at once with the Select Click Action.

Example of a Digioh multi-select button question with multiple flavor options selected.

How to set up Multi-Select Buttons:

1. Make sure your instructions indicate to the user that you can select more than one choice (ie “Select all that apply”).

Digioh form question asking which types of shirts are in the user’s wardrobe, with ‘Select all that apply’ indicating a multi-select response.

2. Create buttons for all of your possible choices.

3. Set the click action to “Select Button”

Digioh editor interface with the Buttons tab open, showing the ‘Button action when clicked’ dropdown set to ‘Select Button,’ and a preview of a multi-select question for selecting shirt types.

4. Create a Next button set to “Submit Form”

Digioh editor showing the NEXT button configuration, with the ‘Button action when clicked’ dropdown set to ‘Submit Form,’ alongside a preview where users select shirt types and click Next to continue.

5. You will need to make sure the Form is turned on. Hide all of the form’s Fields if they’re not needed so they don’t display . Then you can configure “After Form Submit” action to direct what your page does next after submission.
Digioh Form settings panel showing the ‘After Form Submit’ dropdown set to ‘Show Extra Page 2,’ indicating the next step after the form submission.

Styling Select Buttons

There are 4 states for Select Buttons:

  • Default – This is the default state of the button when not selected or hovered.
  • Hover – This is how the button looks on mouseover, but it’s not selected yet.
  • Selected – This is the state of the button when the user has clicked on it and it is selected as an option.
  • Selected + Hover – This is how the button looks when it’s selected and hovering over it with your mouse.

You can edit the Font, Border, Background and others styles for every state. The “Default” tab will be open initially when clicking into a button, and you can click through the tabs to change other states.

Note: if you want edits you make on the “Default” state to translate to other states, make sure to toggle on “Copy changes to all states”
Digioh editor showing the Button Styles settings for a select button, including text, border, and background styles applied to the Selected state in the preview.

It’s very important that you design your buttons in a way that clearly indicates to the user when they have selected and unselected options.

Select Button Examples

Here are some suggestions on how to style buttons:

Text Select Buttons

Default: This should look pretty similar to any single select buttons you have.
Example of a standard Digioh button labeled ‘Small’ with no interaction or selection state applied.

Hover: This should also look similar to the hover state of any single select buttons you have. We recommend indicating mouseover on desktop with a subtle change, like a slightly darker background color.
Example of a Digioh button labeled ‘Medium’ shown in a hover state before selection.

Selected: To indicate a button is selected it has to look clearly different from the default button. One of the most reliable ways to indicate that a button is selected to inverse the colors from default state.

Digioh select button labeled ‘Large’ displayed in a selected state after being chosen.

Some other good options are to outline the button or add a background image of a checkmark.
Digioh select button in a selected state using a background image to display a checkmark next to the ‘Large’ label.

Note: You may need to add some Extra CSS, such as a background-size and background position.
In this case, we have:


background-size: 25px;
background-position: 10px 50%

Digioh editor Extra CSS Styles panel with fields for entering custom CSS properties and values, allowing additional button styling beyond standard options.

Selected + Hover: Make sure that the Selected + Hover state has the same indicator as the Selected state so the user doesn’t have to guess if they have already selected that button when their mouse is over it. In this case, we have the same colors the selected state, but have underlined the text.
Digioh select button labeled ‘Large’ displayed in a combined selected and hover state, demonstrating layered button styling.

Image Select Buttons

Since image buttons already have a background image, it’s not as easy to add a checkmark. However you can usually make a selected button different enough by changing the outline color or fill color to indicate it has been selected.

Being consistent with your design will help convey the states to the user. It’s vital that you can tell the button is selected for both the “Selected” and “Selected + Hover” states.

Default: The default style of the button before its selected or hovered.
Standard Digioh select button labeled ‘Casual’ shown in its default state.

Hover: The background color has been made darker to indicate mouseover.
Digioh select button labeled ‘Casual’ displayed in a hover state.

Selected: The background color matches the default style, but now a 2px outline has been added.
Digioh select button labeled ‘Casual’ shown in a selected state.

Selected + Hover: The background color matches the hover style, and the 2px outline from the selected state is also present.
Digioh select button with an icon and the label ‘Casual,’ displayed in a combined selected and hover state.

To learn more about images in buttons, view our Images in Digioh help doc.

Advanced:

Digioh multi-select buttons demonstrating advanced customization using extra CSS, including custom background images and checkmark icons to indicate selected options.

If you’re really skilled with CSS you can add 2 background images and positions and include an image and a checkmark. You would need to add CSS for each state with something like:

background: url('icon.png') 50% 50% no-repeat, url('checkmark.png') no-repeat, white;

It’s up to you to decide how you want to style select buttons, but just keep these tips in mind and make sure it’s easy to tell when a button is selected vs unselected.

Updated on January 30, 2026
Was this article helpful?

Related Articles

Need Support?
Can't find the answer you're looking for?
Contact Support