SYSTEM_PARAM_CHECKBOX
System widget that displays a checkbox that you can click to change param value from min to max.
This element is undocumented and not recommended for use in production. Instead you can create custom checkbox with help of IMAGE_PARAM_BUTTON or INVISIBLE_PARAM_BUTTON and some graphics via svg or CANVAS.
Attributes brief detailed show all inherited
Example
- <!-- the widget to show/hide -->
- <WIDGET id="bg_widget" width="100" height="20" background_color="#00DD00" />
- <!-- show checkbox with text -->
- <ROW spacing="5" v_margin="5">
- <SYSTEM_PARAM_CHECKBOX param_id="bg_widget.visible" />
- <INVISIBLE_PARAM_BUTTON param_id="bg_widget.visible">
- <TEXT value="Show/hide" text_h_align="left" h_align="right" />
- </ROW>

Comments
Please, authorize to view and post comments.