-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update API docs and rem ove unsed property
- Loading branch information
1 parent
cc8b6e1
commit b5511bb
Showing
5 changed files
with
41 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
## Properties: auro-checkbox-group | ||
|
||
| Attribute | Value type | Description | | ||
|----|----|----| | ||
|----|----|---- | ||
| disabled | boolean | enables disabled state of the element | | ||
| error | string | set error message for checkbox group | | ||
| horizontal | boolean | toggles layout direction, default is `vertical`, max 3 options | | ||
| label | string | sets content for checkbox group label | | ||
| required | boolean | defines element group as required| | ||
|
||
## Properties: auro-checkbox | ||
|
||
| Attribute | Value type | Description | | ||
|----|----|----| | ||
| Attribute | Value type |Description | | ||
|----|----|---- | ||
| checked | boolean | enables checked state of the element | | ||
| disabled | boolean | enables disabled state of the element | | ||
| error | string | set error state for checkbox | | ||
| required | boolean | defines element as required | | ||
| error | boolean | set error state for checkbox | | ||
| id | string | sets the individual `id` per element | | ||
| label | string | sets content for checkbox label | | ||
| name | string | Accepts any string, `DOMString` representing the value of the input | | ||
| value | string | sets the elements input value | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters