Hi
  In below Html i want if value is not null or false in ChildAdopted then it should not be displayed else displayed
                                <div class="d-inline-block">
                                    <div class="label bg-green rounded-pill m-1 col-auto"><i class="fa fa-check-circle me-1"></i>Child adopted</div>
                                </div>
Thanks