UNPKG

@paperbits/core

Version:
11 lines 426 B
<div class="form-group"> <label for="targetValue" class="form-label"> Link action: </label> <label class="form-label"> <input type="radio" name="target" value="_self" data-bind="checked: target" /> Open in same window </label> <label class="form-label"> <input type="radio" name="target" value="_blank" data-bind="checked: target" /> Open in new window </label> </div>