<Switch checked={this.state.checked} onChange={this.onChange} />
名前 | 型 / デフォルト値 | 概要 |
---|---|---|
modifier | string | The appearance of the checkbox. (翻訳中) Optional. |
onChange | func | Called when the value of the switch changes (checked/unchecked) (翻訳中) Optional. |
checked | bool | Whether the switch is checked. (翻訳中) Optional. |
defaultChecked | bool | Defined the state of the switch at first render for uncontrolled inputs. (翻訳中) Optional. |
disabled | bool | If set, the switch is disabled. (翻訳中) Optional. |
inputId | string |
Specify the id attribute of the inner <input> element. This is useful when using <label for="..."> elements.
(翻訳中)
Optional.
|
Name | 概要 |
---|---|
material | Material Design switch (翻訳中) |
Onsen UIに関する質問は、Stack Overflowにてonsen-uiタグを付与してください。Onsen UIチームはあなたの問題解決をお手伝いします。
バグ報告や機能要望については、GitHub Issuesに記載をお願いいたします。
あわせて、下記の情報も参考にしてください。