-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcheckbox.min.json
More file actions
1 lines (1 loc) · 932 Bytes
/
checkbox.min.json
File metadata and controls
1 lines (1 loc) · 932 Bytes
1
{"componentList":[{"name":"LyCheckbox","selector":"'ly-checkbox'","inputs":"[\n \"disableRipple\"\n]","exportAs":"'lyCheckbox'","children":"/** Event emitted when the checkbox's `checked` value changes. */\n@Output() change: EventEmitter\n/** The value attribute of the native input element */\n@Input() value: string\n/** Whether the checkbox is checked. */\n@Input() checked: boolean\n@Input() color: string\n@Input() disabled: boolean\n@Input() required: boolean\n/** Toggles the `checked` state of the checkbox. */\ntoggle(): void"}],"directiveList":[],"classList":[],"variableList":[{"name":"DEFAULT_DISABLE_RIPPLE","children":"const DEFAULT_DISABLE_RIPPLE = false"},{"name":"DEFAULT_WITH_COLOR","children":"const DEFAULT_WITH_COLOR = \"accent\""},{"name":"STYLE_PRIORITY","children":"const STYLE_PRIORITY = -2"}],"ngModuleList":[{"name":"LyCheckboxModule","children":"import { LyCheckboxModule } from '@alyle/ui/checkbox'"}]}