Support

Account

Home Forums General Issues Radio Button image label again Reply To: Radio Button image label again

  • Here is the equivalent HTML, where the SVG part is removed:

    <ul class="acf-radio-list acf-hl" data-allow_null="0" data-other_choice="0">
        <li>
            <label>
                <input type="radio" id="acf-field_651292a9427d5-alert_icon_exclamation" name="acf[field_651292a9427d5]" value="alert_icon_exclamation">
                <span class="alert-banner-svg-icon" style="width: 20px;height: auto;vertical-align: middle"></span>
            </label>
        </li>
    </ul>