Link to home
Start Free TrialLog in
Avatar of Alex Lord
Alex Lord

asked on

Checkboxes not working

<div style="margin-top:20px;" id="property-2563" class="form-check form-check-inline">
<label style="float:left; margin-top:0px; margin-right:5px;" class="control-label" for="property-2563">chk1</label>
<input class="form-check-inline" type="checkbox" name="property25630" id="property25630" value="test1">
<label style="margin-top:0px; margin-left:5px" class="form-check-label" for="property25630" '="">test1</label>

<input class="form-check-inline" type="checkbox" name="property25631" id="property25631" value="test2">
<label style="margin-top:0px; margin-left:5px" class="form-check-label" for="property25631" '="">test2</label>

<input class="form-check-inline" type="checkbox" name="property25632" id="property25632" value="test3">
<label style="margin-top:0px; margin-left:5px" class="form-check-label" for="property25632" '="">test3</label>
</div>

Open in new window


any one see why i cannot check any of these check boxes ?

maybe newbie question but head is fried lol
ASKER CERTIFIED SOLUTION
Avatar of Alex Lord
Alex Lord

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial