Toggle
Use toggle buttons in Custom UI widget
Last updated
Was this helpful?
Use toggle buttons in Custom UI widget
Last updated
Was this helpful?
Was this helpful?
<form>
<inputcombo
type="toggle"
id="enable_device"
label="Enable device"
description="Set the state of the device"
value="true"
/>
</form>