Class TJSInputCheckbox
Hierarchy
- SvelteComponent<
TJSInputCheckbox.Props,
TJSInputCheckbox.Events,
TJSInputCheckbox.Slots,
>- TJSInputCheckbox (View Summary)
Indexable
- [prop: string]: any
Index
Constructors
Methods
Constructors
constructor
- new TJSInputCheckbox(
options: ComponentConstructorOptions<TJSInputCheckbox.Props>,
): TJSInputCheckbox Parameters
- options: ComponentConstructorOptions<TJSInputCheckbox.Props>
Returns TJSInputCheckbox
Methods
$destroy
$on
- $on<K extends string>(
type: K,
callback: (e: TJSInputCheckbox.Events[K]) => void,
): () => void Type Parameters
Parameters
- type: K
- callback: (e: TJSInputCheckbox.Events[K]) => void
Returns () => void
$set
- $set(props: Partial<TJSInputCheckbox.Props>): void
Parameters
- props: Partial<TJSInputCheckbox.Props>
Returns void
Provides a data driven checkbox input w/ label.
CSS Variables: