Skip to content

Commit cf93163

Browse files
author
Roberto De Ioris
authored
Update Slate_API.md
1 parent a182918 commit cf93163

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/Slate_API.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,3 +615,11 @@ window = SWindow(client_size=(512, 32), title='Open Asset', sizing_rule=0)(
615615
```
616616

617617
Basically the .assign(global_name) method, will map the SWidget to the global item specified as global_name. The .assign() method will check for validity of the passed name, so typos will not be a problem.
618+
619+
## SCheckBox
620+
621+
Very useful for managing boolean values:
622+
623+
```python
624+
625+
```

0 commit comments

Comments
 (0)