Skip to main content

Select Boxes

The Select Boxes component in Authorium's form builder allows users to choose one or multiple options from a list of predefined values. It is commonly used when a form requires categorical selections, such as product types, user roles, or preferences.

This component supports multiple selections by default, making it different from single-select dropdowns or radio buttons. Each option appears with a checkbox that the user can tick or untick.

Basic component Select Boxes

The options available to configure the Text Area elements are separated into four categories:

  • Display
  • Data
  • Validation
  • Conditional

Display

ParameterDescription
LabelThe label appears next to a form input field and describes its purpose clearly.
DescriptionThe description is text that will appear below the input field.
TooltipEnter the text here that will appear as a tooltip to the side of this field.
Custom CSS ClassCustom CSS class to add to this component.
Inline LayoutDisplays the checkboxes/radios horizontally.
HiddenA hidden field that is still a part of the form but is hidden from the user’s view.
Hide LabelHide the label of this component. This allows you to show the label in the form builder but not when it is rendered.
Initial FocusMake this field the initially focused element of this form.
DisabledDisables the form input.
Basic component Select Boxes 2

Data

ParameterDescription
Data Source TypeThe source to use for the select data. Values lets you provide your own values and labels. JSON lets you provide raw JSON data. URL lets you provide a URL to retrieve the JSON data from.
Default ValueThe Default Value will be the value for this field before user interaction. Having a default value will override the placeholder text.
ValuesThe radio button values that can be picked for this field. Values are text submitted with the form data. Labels are text that appears next to the radio buttons on the form.
Clear Value When HiddenWhen a field is hidden, clear the value.
Basic component Select Boxes 3

Validation

ParameterDescription
RequiredCheck this to make this field as required. The user must fill it out before the form can be submitted.
Allow only available valuesCheck this if you would like to perform a validation check to ensure the selected value is an available option.
Validate When HiddenCheck this to validate the component when it is hidden/conditionally hidden. Validation errors are displayed in the error alert on the form submission.
Error LabelThe label for this field when an error occurs.
Custom Error MessageError message displayed if any error occurred.
Minimum checked numberMinimum checkboxes required before form can be submitted.
Maximum checked numberMaximum checkboxes possible before form can be submitted.
Minimum checked error messageError message displayed if minimum number of items not checked.
Maximum checked error messageError message displayed if maximum number of items checked.
Basic component Select Boxes 4

Conditional

ParameterDescription
This Component should displayTrue - the component will display in the form.
False - the component will not display.
When the form componentSelect what component within the form will execute the condition. For example, Submit.
Has the valueThe data entry of the field that executes the condition.