UNPKG

@paperbits/core

Version:
14 lines 578 B
<div class="form-group"> <label for="targetValue" class="form-label"> Link action: </label> <label class="form-label"> <input type="radio" name="target" value="_download" data-bind="checked: target" /> Download file </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>