Radio Buttons

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

Configuration

Value

Required

Toggle on/off if required

Label

Enter a label for your radio button input

Options

Add the options for each radio button

.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 */
}