@paperbits/core
Version:
Paperbits core components.
11 lines • 426 B
HTML
<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>