<fieldset name="stripe" label="PLG_EVENTGALLERY_SHIP_MIXED_ADVANCED_CONFIGURATION_LABEL" description="PLG_EVENTGALLERY_SHIP_MIXED_ADVANCED_CONFIGURATION_DESC">
    <field name="supportedBasketTypes_physical"
           type="radio"
           layout="joomla.form.field.radio.switcher"
           label="PLG_EVENTGALLERY_SHIP_MIXED_SUPPORTED_BASKETS_PHYSICAL_LABEL"
           description="PLG_EVENTGALLERY_SHIP_MIXED_SUPPORTED_BASKETS_PHYSICAL_DESC"
           required="true"
           class=""
           default="0"
    >
        <option value="0">JNO</option>
        <option value="1">JYES</option>
    </field>
    <field name="supportedBasketTypes_digital"
           type="radio"
           layout="joomla.form.field.radio.switcher"
           label="PLG_EVENTGALLERY_SHIP_MIXED_SUPPORTED_BASKETS_DIGITAL_LABEL"
           description="PLG_EVENTGALLERY_SHIP_MIXED_SUPPORTED_BASKETS_DIGITAL_DESC"
           required="true"
           class=""
           default="0"
    >
        <option value="0">JNO</option>
        <option value="1">JYES</option>
    </field>
    <field name="supportedBasketTypes_mixed"
           type="radio"
           layout="joomla.form.field.radio.switcher"
           label="PLG_EVENTGALLERY_SHIP_MIXED_SUPPORTED_BASKETS_MIXED_LABEL"
           description="PLG_EVENTGALLERY_SHIP_MIXED_SUPPORTED_BASKETS_MIXED_DESC"
           required="true"
           class=""
           default="0"
    >
        <option value="0">JNO</option>
        <option value="1">JYES</option>
    </field>


</fieldset>
