Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CreateCheckboxDto

Index

Constructors

constructor

  • new CreateCheckboxDto(name?: string, isChecked?: boolean, checkSizeRatio?: number, color?: string, background?: string, width?: string | number, height?: string | number): CreateCheckboxDto
  • Parameters

    • Optional name: string
    • Optional isChecked: boolean
    • Optional checkSizeRatio: number
    • Optional color: string
    • Optional background: string
    • Optional width: string | number
    • Optional height: string | number

    Returns CreateCheckboxDto

Properties

background

background: string

Background of the checkbox

default

black

checkSizeRatio

checkSizeRatio: number

Check size ratio

default

0.8

minimum

0

maximum

1

step

0.05

color

color: string

Color of the checkbox

default

#f0cebb

Optional height

height: string | number

Height of the checkbox

default

undefined

optional

true

isChecked

isChecked: boolean

Is checked

default

false

name

name: string

Name of the checkbox

default

checkboxName

Optional width

width: string | number

Width of the checkbox

default

undefined

optional

true

Generated using TypeDoc