<?xml version="1.0" encoding="UTF-8"?>
<root>
    <default>
        <includes>
            <!--
                Path to css and js files into plugins folder.
                If your files are not in plugins folder, use absolute paths.
            -->
            <css>
                <file>lcswitch/css/lc_switch.min.css</file>
                <file>lcswitch/css/lc_switch-themes.min.css</file>
            </css>
            <js>
                <file>lcswitch/js/lc_switch.js</file>
            </js>
        </includes>
        <js_code>
            <![CDATA[   $('%selector%').addClass('lc-%theme%').lc_switch('%ontext%', '%offtext%');
    $('%selector%').closest('.lcs_main_wrap').find('label').on('click', function(e) {
        e.preventDefault();
        $('%selector%').siblings('.lcs_switch').trigger('change');
        return false;
    });
]]>
        </js_code>
    </default>
</root>
