A check box for Setting Dialog
Checkbox(checked: bool = false, text: string = null)
Construct a Checkbox
| Parameters | |
| checked | The checkbox initial checked state |
| text | The checkbox label text |
CheckBox id(id: string)
Set an id to identify a view
| Parameters | |
| id | id to identify a view |
| Return | |
| CheckBox | This CheckBox instance |
Checkbox checked(checked: bool)
Set the checkbox checked state
| Parameters | |
| checked | The checkbox checked state |
| Return | |
| Checkbox | This Checkbox instance |
Checkbox text(text: string)
Set the checkbox label text
| Parameters | |
| text | The checkbox label text |
| Return | |
| Checkbox | This Checkbox instance |
© 2025 - Macrorify by KoK-CODE