Class TJSInputCheckbox
Hierarchy
- SvelteComponent<
{
efx?: any;
enabled?: any;
input?: any;
label?: any;
readonly?: any;
store?: any;
styles?: any;
},
{ pointerdown: PointerEvent } & { [evt: string]: CustomEvent<any> },
{},
>- TJSInputCheckbox (View Summary)
Indexable
-
[prop: string]: any
Constructors
constructor
-
new TJSInputCheckbox(
options: ComponentConstructorOptions<
{
efx?: any;
enabled?: any;
input?: any;
label?: any;
readonly?: any;
store?: any;
styles?: any;
},
>,
): TJSInputCheckboxParameters
- options: ComponentConstructorOptions<
{
efx?: any;
enabled?: any;
input?: any;
label?: any;
readonly?: any;
store?: any;
styles?: any;
},
>
Returns TJSInputCheckbox
- options: ComponentConstructorOptions<
Methods
$destroy
-
Returns void
$on
-
$on<K extends string>(
type: K,
callback: (
e: (
{ pointerdown: PointerEvent } & { [evt: string]: CustomEvent<any> }
)[K],
) => void,
): () => voidType Parameters
- K extends string
Parameters
- type: K
- callback: (
e: ({ pointerdown: PointerEvent } & { [evt: string]: CustomEvent<any> })[K],
) => void
Returns () => void
Provides a data driven checkbox input w/ label.
CSS Variables: