🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@flk/checkbox

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flk/checkbox

Falak JS checkbox inputs

latest
Source
npmnpm
Version
1.3.0
Version published
Maintainers
1
Created
Source

Checkbox inputs

A component for checkbox/radio inputs for Falak JS framework.

Installation

flk install flk-checkbox

Usage

hello-world.component.html

<flk-checkbox name="display" [checked]="true" value="1" label="Display post"></flk-checkbox>

Attributes

checked

name: [checked]

values: Any Boolean value, true to mark it as checked, false to uncheck it.

Determine wether input is checked.

type

name: type | [type]

values: checkbox | radio.

default: checkbox

Set the input type, either checkbox or radio.

Theme

name: theme | [theme]

values: success | info | primary | warning | purple | teal | dark.

default: success

Set the input theme color.

label

name: label | [label]

Set the input label.

Missing attributes

Any input attribute/event could be applied here, such as (change) event, value and so on.

FAQs

Package last updated on 31 Dec 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts