Button コンポーネント は Action を実行します。
<template>
<c-input state-src="api://storage/memory/demo-key-bindless" />
<c-button
state-src="api://storage/memory/demo-key-bindless"
state-action="helper://toggle"
state-for="api://storage/memory/demo-key-bindless"
/>
<c-label state-src="api://storage/memory/demo-key-bindless" />
</template>
<script setup>
</script>