mirror of https://github.com/ColorlibHQ/AdminLTE
commit
145fbe8a1b
|
@ -729,13 +729,13 @@
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<div class="radio">
|
<div class="radio">
|
||||||
<label>
|
<label>
|
||||||
<input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked />>
|
<input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked />
|
||||||
Option one is this and that—be sure to include why it's great
|
Option one is this and that—be sure to include why it's great
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="radio">
|
<div class="radio">
|
||||||
<label>
|
<label>
|
||||||
<input type="radio" name="optionsRadios" id="optionsRadios2" value="option2" />>
|
<input type="radio" name="optionsRadios" id="optionsRadios2" value="option2" />
|
||||||
Option two can be something else and selecting it will deselect option one
|
Option two can be something else and selecting it will deselect option one
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue