mwg API
    Preparing search index...

    Interface CheckboxOptions

    interface CheckboxOptions {
        checked?: boolean;
        color?: number;
        disabled?: boolean;
        size?: number;
    }
    Index
    checked?: boolean
    color?: number

    the tick's colour; the theme's highlight when omitted

    disabled?: boolean
    size?: number

    the box's side length; the check is drawn inside it