Run
Back to
HTML checked Attribute
<form> <input type="checkbox" id="agree" name="agreement" checked> <label for="agree">I agree to the terms and conditions.</label> </form>