-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(design): added docs for checkbox #953
Conversation
|
||
The `DaffCheckboxComponent` uses native `<input>` HTML elements to ensure an accesible experience by default. | ||
|
||
## DaffCheckbox Properties |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checkbox Properties
Output | becameChecked | boolean | An event that emits when the `checked` input becomes `true`. | | ||
Output | becameUnchecked | boolean | An event that emits when the `checked` input becomes `false`. | | ||
|
||
## DaffCheckboxSet Properties |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checkbox Set Properties
Additionally, I think these should be split into two PRs. |
73d1c0f
to
8f7517f
Compare
Okay split into checkbox PR here, and radio here #998. |
@Nolan-Arnold there are still a few changes that need to be made from my review a few days ago. |
@Nolan-Arnold bumping this for updates. |
@Nolan-Arnold bumping this. There are few change requests that haven't been addressed yet. |
Closing as this is hella stale. |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Part of: #336
What is the new behavior?
Does this PR introduce a breaking change?
Other information