MCPcopy
hub / github.com/joshwcomeau/use-sound / Checkbox

Function Checkbox

stories/use-sound.stories.tsx:29–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27};
28
29export const Checkbox = () => (
30 <div style={{ display: 'flex', width: 160, justifyContent: 'space-between' }}>
31 <CheckboxDemo />
32 </div>
33);
34
35Checkbox.story = {
36 name: 'Checkbox',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…