export function initMarkupTrustProps() {
$('.trust-props input[type="checkbox"]').click((e) => {
$(e.target).parent().find('a').remove()
})
}