//check if value is provided, otherwise return false //needed for custom fields which if not set initially will be null return (args.value) ? args.value : false;