Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
paragon
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
paragon
Commits
1628ece5
Commit
1628ece5
authored
Aug 23, 2017
by
Ari Rizzitano
Committed by
GitHub
Aug 23, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
5ca6c6ad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
src/CheckBox/README.md
+1
-1
No files found.
src/CheckBox/README.md
View file @
1628ece5
...
...
@@ -9,7 +9,7 @@ The following parameters should be passed into every checkbox component:
The following parameters can optionally be passed into a checkbox component:
*
`checked`
(
`Boolean`
):
`true`
if the default state should be checked,
`false`
otherwise
*
`disabled`
(
`Boolean`
):
`true`
if the checkbox should be disabled,
`false`
otherwise
*
`onChange
State
`
: function to be called when the checkbox changes state
*
`onChange`
: function to be called when the checkbox changes state
The implementation of the checkbox contains the following functions:
*
`constructor()`
: The constructor sets the
`id`
for the checkbox and sets whether the initial state should be checked or unchecked
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment