change checked items
This commit is contained in:
parent
1be22b2c47
commit
0cffa63b5d
@ -214,8 +214,8 @@
|
|||||||
<div class='form-col'>
|
<div class='form-col'>
|
||||||
<div class='usa-input usa-input--error'>
|
<div class='usa-input usa-input--error'>
|
||||||
<fieldset class='usa-input__choices usa-input__choices--inline'>
|
<fieldset class='usa-input__choices usa-input__choices--inline'>
|
||||||
<legend>Inline Checkboxes</legend>
|
<legend>Inline Checkboxes {% module Icon('alert') %}</legend>
|
||||||
<input type='checkbox' id='checkbox-4' checked/>
|
<input type='checkbox' id='checkbox-4'/>
|
||||||
<label for='checkbox-4'>Checkbox Four</label>
|
<label for='checkbox-4'>Checkbox Four</label>
|
||||||
|
|
||||||
<input type='checkbox' id='checkbox-5' />
|
<input type='checkbox' id='checkbox-5' />
|
||||||
@ -255,7 +255,7 @@
|
|||||||
<fieldset class='usa-input__choices usa-input__choices--inline'>
|
<fieldset class='usa-input__choices usa-input__choices--inline'>
|
||||||
<legend>Radio Buttons</legend>
|
<legend>Radio Buttons</legend>
|
||||||
|
|
||||||
<input type='radio' name='radio-2' id='radio-4' />
|
<input type='radio' name='radio-2' id='radio-4' checked />
|
||||||
<label for='radio-4'>Radio Four</label>
|
<label for='radio-4'>Radio Four</label>
|
||||||
|
|
||||||
<input type='radio' name='radio-2' id='radio-5' />
|
<input type='radio' name='radio-2' id='radio-5' />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user