bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class CreateRadioButtonDto

    Index

    Constructors

    • Parameters

      • Optionalname: string
      • Optionalgroup: string
      • OptionalisChecked: boolean
      • OptionalcheckSizeRatio: number
      • Optionalcolor: string
      • Optionalbackground: string
      • Optionalwidth: string | number
      • Optionalheight: string | number

      Returns CreateRadioButtonDto

    Properties

    name: string

    Name of the button

    radioBtnName
    
    group: string

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

    
    

    true

    isChecked: boolean

    Is checked

    false
    
    checkSizeRatio: number

    Check size ratio

    0.8
    

    0

    1

    0.05

    color: string

    Color of the button

    #f0cebb
    
    background: string

    Background of the button

    black
    
    width?: string | number

    Width of the button

    undefined
    

    true

    height?: string | number

    Height of the button

    undefined
    

    true