<div class="form-check">
<input class="form-check-input inputBox" type="{{ $type }}" id="{{ $name }}" name="{{ $name }}" checked>
<label class="form-check-label f-14 text-black" for="{{ $name }}">I agree to the
<a href="{{ url('terms-and-conditions') }}" class="no-underline clrBlueDark">terms and conditions</a>
</label>
</div>