Skip to content

Commit

Permalink
Update guides/release/templates/input-helpers.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Robert Jackson <[email protected]>
  • Loading branch information
locks and rwjblue committed Jun 28, 2019
1 parent e99a9bb commit 035dcd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/release/templates/input-helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ helper to create a checkbox by setting its `type`:

```handlebars
<label for="admin-checkbox">Is Admin?</label>
<Input @id="admin-checkbox" @type="checkbox" @name="isAdmin" @checked={{this.isAdmin}}>
<Input @id="admin-checkbox" @type="checkbox" @name="isAdmin" @checked={{this.isAdmin}} />
```

Checkboxes support the following properties:
Expand Down

0 comments on commit 035dcd9

Please sign in to comment.