mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 17:42:15 +08:00
chore(): update dependencies
This commit is contained in:
@ -136,10 +136,10 @@ export class Checkbox implements CheckboxInput {
|
||||
|
||||
return [
|
||||
<div class={checkboxClasses}>
|
||||
<div class='checkbox-inner'></div>
|
||||
<div class="checkbox-inner"></div>
|
||||
</div>,
|
||||
<input
|
||||
type='checkbox'
|
||||
type="checkbox"
|
||||
id={this.inputId}
|
||||
aria-labelledby={this.labelId}
|
||||
onChange={this.onChange.bind(this)}
|
||||
|
Reference in New Issue
Block a user