Skip to main content

Image Select Bar

The Image Select Bar Control is a type of Selection control that visually presents a list of options and retrieves the corresponding text for additional actions.

This control proves beneficial when aiming to streamline the user interface for item selection by offering a visual representation of items, commonly found on e-commerce websites.

Image Select Bar
Image Select Bar

Properties

PropertyDescription
Selection TypeSpecifies if multiple images can be selected. Options are 'multi select' or 'single select'.
Text StyleSpecifies the style of the text for each image. You can set the text size, weight (Light, Normal, Bold, Extra Bold, X Extra Bold), alignment (Left, Center, Right, Justified), and color of the label.
Flex ControlToggle used to enable or disable the control as a flex control.

Selected

PropertyDescription
Text StyleSpecifies the style of the text for each image. You can set the text size, weight (Light, Normal, Bold, Extra Bold, X Extra Bold), alignment (Left, Center, Right, Justified), and color of the label.
Background ColorThe background color property sets the background color of the control. You can customize it by specifying a valid color code, for example, #EDFAF6.
Border ColorThe border color property sets the color of the control's border. You can customize it by specifying a valid color code.

Image Data

PropertyDescription
TextThe text that appears below the image in the container. This text would be returned by the control when selecting options and can be stored in the Sheet.
Select ImageAllows you to choose an image from a specified source location.
IconEnables you to select an icon that represents the option.
SelectedToggle switch to specify whether the image would be shown as selected by default when running the form.
Show imageToggle switch to specify whether to display the image.
Show iconToggle switch to specify whether to display the icon.

Control Outputs

The outputs from the Image Select Bar control, represented by the placeholder {{imageselectbar}}, can be referenced in other controls, data queries, or JavaScript functions using the control's unique name.

OutputDescription
imageselectbarRepresents the user-selected value from the given options of the Image Select Bar control.