<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">

    <t t-name="website_hr_recruitment.BooleanToggleFieldLabeled" t-inherit="web.BooleanToggleField" >
        <xpath expr="//CheckBox" position="inside">
            <t t-if="this.state.value">Published</t>
            <t t-else="">Not Published</t>
        </xpath>
    </t>

</templates>
