<Checkbox
  onChange={event => { this.setState({checked: event.target.checked})} }
  modifier='material' />
    
  | 名前 | 型 / デフォルト値 | 概要 | 
|---|---|---|
| modifier | string | The appearance of the checkbox. (翻訳中) Optional. | 
| disabled | bool | Specifies whether the checkbox is disabled. (翻訳中) Optional. | 
| onChange | func | 
              
              
              
                Called when the inner checkbox fires a change event.
                (翻訳中)
              
              
              
              
                Optional.
              
              
              
             | 
          
| onInput | func | 
              
              
              
                Called when the inner checkbox fires an input event.
                (翻訳中)
              
              
              
              
                Optional.
              
              
              
             | 
          
| value | union | Value of the checkbox. (翻訳中) Optional. | 
| checked | bool | Controls the state of the checkbox (controlled). (翻訳中) Optional. | 
| defaultChecked | bool | Defined the state of the checkbox at first render for uncontrolled inputs. (翻訳中) Optional. | 
| inputId | string | 
              
              
              
                Specify the “id” attribute of the inner <input> element. This is useful when using  | 
          
| Name | 概要 | 
|---|---|
| material | Displays a Material Design checkbox. (翻訳中) | 
| noborder | iOS borderless checkbox. (翻訳中) | 
Onsen UIに関する質問は、Stack Overflowにてonsen-uiタグを付与してください。Onsen UIチームはあなたの問題解決をお手伝いします。
バグ報告や機能要望については、GitHub Issuesに記載をお願いいたします。
あわせて、下記の情報も参考にしてください。