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

    Constructors

    • Parameters

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

      Returns CreateCheckboxDto

    Properties

    name: string

    Name of the checkbox

    checkboxName
    
    isChecked: boolean

    Is checked

    false
    
    checkSizeRatio: number

    Check size ratio

    0.8
    

    0

    1

    0.05

    color: string

    Color of the checkbox

    #f0cebb
    
    background: string

    Background of the checkbox

    black
    
    width?: string | number

    Width of the checkbox

    undefined
    

    true

    height?: string | number

    Height of the checkbox

    undefined
    

    true