mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
feat(demo): add checkbox
This commit is contained in:
@ -7,6 +7,7 @@ import { Component, OnInit, ViewEncapsulation } from '@angular/core';
|
||||
encapsulation: ViewEncapsulation.None
|
||||
})
|
||||
export class InputsTestPageComponent implements OnInit {
|
||||
testCheckboxOne = true;
|
||||
testInputOne = 'This is data for test input one';
|
||||
|
||||
constructor() {}
|
||||
|
||||
Reference in New Issue
Block a user