-
Notifications
You must be signed in to change notification settings - Fork 86
uiform checkbox
Matthias Görges edited this page Jul 14, 2016
·
3 revisions
The uiform checkbox element creates a single box to be checked/unchecked.
Parameter | Default | Description |
---|---|---|
id | #f | Variable to store radiobox state in |
location | 'db | Radiobox state storage location |
text | "" | Checkbox label string |
size | normal | String size (normal, small, big) |
color | White | Font color (from modules/ln_core/color.scm) |
indent | 0.2 | Indent from left edge of screen (in units of uiform width) |
Example 1: A complete page definition with a checkbox, shortened from LNhealth's apps/WidgetDemo
(ex_boxes
"Radio/Check Boxes"
("Prev" ex_labels #f)
("Next" ex_checklists #f)
(spacer)
(checkbox id dummy_check location ui text "This is a checkbox")
)
-
- accelerometer
- alist
- audio
- audioaux
- base64
- btle-scan
- camera
- cdb
- cgi
- config
- csv
- curl
- digest
- dmtx
- download
- eventloop
- fcgi
- fft
- generalized-arrays
- gps
- graph
- gyro
- hidapi
- hpdf
- html
- httpsclient
- hybridapp
- json
- lmdb
- ln_core
- ln_glcore
- ln_glgui
- ln_store
- localization
- localization_gui
- localnotification
- magnetometer
- mdns
- mqtt
- mqtt-store
- multitouch
- oauth
- orientation
- p256ecdsa
- png
- portaudio
- pregexp
- pressure
- prime
- pushnotification
- redcap
- rsa
- rtaudio
- rupi
- rotation
- sanestring
- scheduler
- serial
- sets
- settings
- simplexnoise
- sqlite
- ssax
- syntax-case
- timestamp
- ttf
- uiform
- url
- uuid
- vibrate
- videoplayer
- watchdog
- website
- xml
- zip