Checkbox
components are provided in Onsen UI:
<Checkbox checked={ this.state.checked } />
名前 | 型 / デフォルト値 | 概要 |
---|---|---|
input-id | String |
Specify the “id” attribute of the inner <input> element. This is useful when using <label for="..."> elements.
(翻訳中)
Optional.
|
名前 | 概要 |
---|---|
value | The current value of the checkbox. (翻訳中) |
checked | Whether the checkbox is checked or not. (翻訳中) |
disabled |
無効化されている場合にtrue 。
|
Name | 概要 |
---|---|
material | Displays a Material Design checkbox. (翻訳中) |
noborder | iOS borderless checkbox. (翻訳中) |
シグネチャ | 概要 |
---|---|
focus() | Focuses the checkbox. (翻訳中) |
blur() | Removes focus from the checkbox. (翻訳中) |
Focuses the checkbox. (翻訳中)
Removes focus from the checkbox. (翻訳中)
Onsen UIに関する質問は、Stack Overflowにてonsen-uiタグを付与してください。Onsen UIチームはあなたの問題解決をお手伝いします。
バグ報告や機能要望については、GitHub Issuesに記載をお願いいたします。
あわせて、下記の情報も参考にしてください。