# File lib/cgikit/command.rb, line 362
  def checked=( flag )
    if flag == true then
      @attributes[:value] = 'checked'
    else
      @attributes[:value] = nil
    end
  end