Radio Buttons

Radio buttons are best for selecting only one option from a shorter list

ConfigurationValue
RequiredToggle on/off if required
LabelEnter a label for your radio button input
OptionsAdd the options for each radio button
2188
.themeable_input_radio_buttons_label {
  /* styling for label for the radio button input */
}

.themeable_input_radio_buttons_option {
  /* styling for the each individual option of the radio button */
}

.themeable_input_radio_buttons_imageless_option {
  /* styling for radio button option  when image does not exist */
}

.themeable_input_radio_buttons_option_image {
  /* styling for radio button option when image exists */
}

.themeable_input_radio_buttons_option_label {
  /* styling for label of radio button option */
}