Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CreateRadioButtonDto

Index

Constructors

constructor

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

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

    Returns CreateRadioButtonDto

Properties

background

background: string

Background of the button

default

black

checkSizeRatio

checkSizeRatio: number

Check size ratio

default

0.8

minimum

0

maximum

1

step

0.05

color

color: string

Color of the button

default

#f0cebb

group

group: string

Group of the radio button which is used when multiple radio buttons needs to be split into separate groups

default
optional

true

Optional height

height: string | number

Height of the button

default

undefined

optional

true

isChecked

isChecked: boolean

Is checked

default

false

name

name: string

Name of the button

default

radioBtnName

Optional width

width: string | number

Width of the button

default

undefined

optional

true

Generated using TypeDoc