WIP: Form components extensions and improvements #94707
@ -1723,16 +1723,28 @@
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" id="example-radios-1" name="example-radios" type="radio" value="option-1" checked>
|
||||
<label class="form-check-label" for="example-radios-1">
|
||||
Default radio
|
||||
Default radio 1
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" id="example-radios-2" name="example-radios" type="radio" value="option-2">
|
||||
<label class="form-check-label" for="example-radios-2">
|
||||
Second default radio
|
||||
Default radio 2
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<label class="form-check-custom form-check-custom-radio">
|
||||
Custom radio one
|
||||
<input name="radio" type="radio" value="" checked>
|
||||
<span class="form-check-custom-mark"></span>
|
||||
</label>
|
||||
<label class="form-check-custom form-check-custom-radio">
|
||||
Custom radio two
|
||||
<input name="radio" type="radio" value="">
|
||||
<span class="form-check-custom-mark"></span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
@ -276,4 +276,17 @@ select
|
||||
left: .8rem
|
||||
top: .4rem
|
||||
transform: rotate(45deg)
|
||||
width: .6rem
|
||||
width: .6rem
|
||||
|
||||
.form-check-custom-radio
|
||||
.form-check-custom-mark
|
||||
border-radius: 50%
|
||||
|
||||
&:after
|
||||
background: white
|
||||
border: 0
|
||||
border-radius: 50%
|
||||
height: var(--spacer-2)
|
||||
left: .6rem
|
||||
top: .6rem
|
||||
width: var(--spacer-2)
|
||||
|
Loading…
Reference in New Issue
Block a user