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