<form name="form">
    <vn-card pad-large>
        <vn-horizontal>
            <vn-autocomplete vn-one
                url="/ticket/api/TicketUpdateActions"
                label="Charge difference to"
                show-field="description"
                value-field="id"
                field="$ctrl.ticket.option"
                initial-data="$ctrl.ticket.option">
            </vn-autocomplete>
        </vn-horizontal>
        <vn-horizontal>
            <vn-check 
                vn-one label="Remove from route" 
                field="$ctrl.ticket.hasToBeUnrouted"
                vn-acl="delivery">
            </vn-check> 
        </vn-horizontal>
    </vn-card>
</form>